Skip to content

Commit

Permalink
Disable world test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeiklejohn committed Jan 30, 2024
1 parent e9b9710 commit 0fc485e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import org.json.JSONObject;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;

import java.io.IOException;
import java.util.concurrent.TimeUnit;
Expand All @@ -32,6 +33,7 @@
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;

@Disabled
public class WorldTest {
public static ManagedChannel apiChannel;

Expand Down

0 comments on commit 0fc485e

Please sign in to comment.