Skip to content

Commit

Permalink
switch off UIContextMenuTests, headless on server makes them fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed Dec 9, 2023
1 parent ba29da0 commit d40eed3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/com/rarchives/ripme/ui/UIContextMenuTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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.*;
Expand All @@ -14,6 +15,8 @@

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;
Expand Down

0 comments on commit d40eed3

Please sign in to comment.