Skip to content

Commit 389f0ab

Browse files
committed
skip the second test
1 parent 9bc63d2 commit 389f0ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/varray_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ func TestStringVarray(t *testing.T) {
184184
}
185185

186186
func TestVarrayOfObject(t *testing.T) {
187+
t.Skip("Skipping due to issue #87")
187188
dropTable := `
188189
BEGIN
189190
EXECUTE IMMEDIATE 'DROP TABLE "dept_phone_lists"';

0 commit comments

Comments
 (0)