Explorar o código

Merge pull request #115 from relops/skip-paging-test

Skip paging test until #110 lands
Ben Hood %!s(int64=11) %!d(string=hai) anos
pai
achega
1a2fa85837
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      cassandra_test.go

+ 3 - 0
cassandra_test.go

@@ -152,6 +152,9 @@ func TestTracing(t *testing.T) {
 }
 
 func TestPaging(t *testing.T) {
+
+	t.Skip("Skip until https://github.com/gocql/gocql/issues/110 is resolved")
+
 	if *flagProto == 1 {
 		t.Skip("Paging not supported. Please use Cassandra >= 2.0")
 	}