Skip to content

Commit 8c4552a

Browse files
committed
chore(view): disable integration test
1 parent 3e2ea19 commit 8c4552a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

game/src/test/java/net/onelitefeather/cygnus/view/GameViewIntegrationTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import net.onelitefeather.cygnus.common.page.PageProvider;
1414
import net.onelitefeather.cygnus.listener.view.ViewUpdateListener;
1515
import net.onelitefeather.cygnus.view.event.ViewUpdateEvent;
16+
import org.junit.jupiter.api.Disabled;
1617
import org.junit.jupiter.api.Test;
1718
import org.junit.jupiter.api.extension.ExtendWith;
1819

@@ -21,6 +22,7 @@
2122
@ExtendWith(MicrotusExtension.class)
2223
class GameViewIntegrationTest {
2324

25+
@Disabled("Investigate why this test is broken")
2426
@Test
2527
void testViewUpdate(Env env) {
2628
Instance instance = env.createEmptyInstance();

0 commit comments

Comments
 (0)