Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
[fix][*][*]: delete the sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxyan committed Feb 21, 2024
1 parent 269db5a commit e6fe692
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@
import com.google.protobuf.ByteString;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.Ignore;
import org.mockito.Mock;
import org.mockito.MockedStatic;
import org.mockito.Mockito;

@Ignore
public class AnchorTest extends TestBase {

@Resource
Expand All @@ -59,10 +60,10 @@ public class AnchorTest extends TestBase {

public MockedStatic<CrossChainServiceGrpc> mockedStaticCrossChainServiceGrpc = Mockito.mockStatic(CrossChainServiceGrpc.class);

@Test
public void test() throws Exception {
Thread.sleep(300_000);
}
// @Test
// public void test() throws Exception {
// Thread.sleep(300_000);
// }

@Before
public void initAntChainDotCom() {
Expand Down

0 comments on commit e6fe692

Please sign in to comment.