Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

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 a159830 commit 1666f2a
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 1666f2a

Please sign in to comment.