mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-05 05:17:30 +02:00
switch off UIContextMenuTests, headless on server makes them fail.
This commit is contained in:
@@ -2,6 +2,7 @@ package com.rarchives.ripme.ui;
|
|||||||
|
|
||||||
import org.junit.jupiter.api.AfterEach;
|
import org.junit.jupiter.api.AfterEach;
|
||||||
import org.junit.jupiter.api.BeforeEach;
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
|
import org.junit.jupiter.api.Tag;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import javax.swing.*;
|
import javax.swing.*;
|
||||||
@@ -14,6 +15,8 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
|||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.fail;
|
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 {
|
public class UIContextMenuTests {
|
||||||
|
|
||||||
private JFrame frame;
|
private JFrame frame;
|
||||||
|
Reference in New Issue
Block a user