Skip to content

Commit 2bc5582

Browse files
Skip test till namespace-str support is added to Dgraph v25
1 parent 40b08be commit 2bc5582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func TestNamespaces(t *testing.T) {
205205
}
206206

207207
func TestTxNamespaces(t *testing.T) {
208-
//t.Skip("Skipping until namespace-str is supported in v25")
208+
t.Skip("Skipping until namespace-str is supported in v25")
209209

210210
client, close := getDgraphClientNoAcl()
211211
defer close()

0 commit comments

Comments
 (0)