Skip to content

Commit

Permalink
fix: Ignore ITSystemTest (#700)
Browse files Browse the repository at this point in the history
Ignore ITSystemTest because the backend removed the implementation and the whole client library will be removed soon.
  • Loading branch information
blakeli0 authored Aug 3, 2022
1 parent 17cad77 commit ca6fc58
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@
import java.util.concurrent.ExecutionException;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

@Ignore
public class ITSystemTest {

private static RealmsServiceClient realmsServiceClient;
Expand Down

0 comments on commit ca6fc58

Please sign in to comment.