소스 검색

cassandra_test: skip flaky UnpreparedBatch test

Updates #789
Chris Bannister 9 년 전
부모
커밋
21190c6b7e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cassandra_test.go

+ 1 - 0
cassandra_test.go

@@ -396,6 +396,7 @@ func TestBatch(t *testing.T) {
 }
 
 func TestUnpreparedBatch(t *testing.T) {
+	t.Skip("FLAKE skipping")
 	if *flagProto == 1 {
 		t.Skip("atomic batches not supported. Please use Cassandra >= 2.0")
 	}