Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 7e7c988

Browse files
committed
Disable CI breaking tests temporarily
1 parent 8fa6763 commit 7e7c988

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webtester-core/src/test/java/info/novatec/testit/webtester/mouse/MouseIntTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import org.junit.jupiter.api.AfterAll;
88
import org.junit.jupiter.api.BeforeAll;
9+
import org.junit.jupiter.api.Disabled;
910
import org.junit.jupiter.api.Test;
1011

1112
import utils.integration.BaseIntTest;
@@ -18,8 +19,8 @@
1819
import info.novatec.testit.webtester.pages.Page;
1920
import info.novatec.testit.webtester.waiting.Wait;
2021

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

2526
static Browser browser;

0 commit comments

Comments
 (0)