Skip to content

Commit

Permalink
[UT] ignore unstable case (StarRocks#13318)
Browse files Browse the repository at this point in the history
ignore unstable case
  • Loading branch information
packy92 authored Nov 14, 2022
1 parent 106d477 commit 6680e90
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

import java.io.IOException;
Expand Down Expand Up @@ -76,6 +77,7 @@ public void execute(BaseRequest request, BaseResponse response) throws DdlExcept
}

@Test
@Ignore("test whether this case affect cases in TableQueryPlanActionTest")
public void beginTransactionTimes() throws IOException {
String pathUri = "http://localhost:" + HTTP_PORT + "/api/transaction/begin";

Expand Down

0 comments on commit 6680e90

Please sign in to comment.