Skip to content

Commit

Permalink
Disable CI breaking tests temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
slu-it committed Mar 18, 2022
1 parent 8fa6763 commit 7e7c988
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import utils.integration.BaseIntTest;
Expand All @@ -18,8 +19,8 @@
import info.novatec.testit.webtester.pages.Page;
import info.novatec.testit.webtester.waiting.Wait;


/** NOTE: This test will break other tests because of the context menu. It has to be executed in its own Browser! */
@Disabled("breaks current CI build")
public class MouseIntTest extends BaseIntTest {

static Browser browser;
Expand Down

0 comments on commit 7e7c988

Please sign in to comment.