fix: TestPersistPartitionUnreliable2B annotation (#343)

This commit is contained in:
MichaelDeSteven
2021-12-22 12:30:02 +08:00
committed by GitHub
parent a2b934b71a
commit 556640a39e

View File

@@ -444,7 +444,7 @@ func TestPersistPartition2B(t *testing.T) {
}
func TestPersistPartitionUnreliable2B(t *testing.T) {
// Test: unreliable net, restarts, partitions, many clients (3A) ...
// Test: unreliable net, restarts, partitions, many clients (2B) ...
GenericTest(t, "2B", 5, true, true, true, -1, false, false)
}