Skip to content

Commit 6ae056c

Browse files
authored
Merge pull request #234 from ml054/v4.2
skipped test
2 parents 93b33ff + 33c6a7d commit 6ae056c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Ported/Cluster/ClusterOperationTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe("ClusterOperationTest", function () {
6565
}
6666
});
6767

68-
it("nextIdentityForOperationShouldBroadcastAndFail", async () => {
68+
it.skip("nextIdentityForOperationShouldBroadcastAndFail", async () => {
6969
const cluster = await testContext.createRaftCluster(3);
7070
try {
7171
const database = testContext.getDatabaseName();

0 commit comments

Comments
 (0)