Explorar o código

Skip paging test until #110 lands

Ben Hood %!s(int64=12) %!d(string=hai) anos
pai
achega
454b4a3d9b
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")
 	}