1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-04-22 04:32:06 +02:00

switch off UIContextMenuTests, headless on server makes them fail.

This commit is contained in:
soloturn 2023-12-09 15:06:15 +01:00
parent ba29da02b3
commit d40eed3fda

View File

@ -2,6 +2,7 @@ package com.rarchives.ripme.ui;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import javax.swing.*;
@ -14,6 +15,8 @@ import java.util.concurrent.atomic.AtomicBoolean;
import static org.junit.jupiter.api.Assertions.fail;
// these tests do not run on a server, as it is headless
@Tag("flaky")
public class UIContextMenuTests {
private JFrame frame;