Skip to content

Commit

Permalink
test(upgrade): add upgrade tests for v20.11 for ee/acl
Browse files Browse the repository at this point in the history
  • Loading branch information
mangalaman93 authored and jbhamra1 committed Sep 1, 2023
1 parent 0211c86 commit 88d5ebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ee/acl/acl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1918,6 +1918,7 @@ func (asuite *AclTestSuite) TestQueriesForNonGuardianUserWithoutGroup() {
func (asuite *AclTestSuite) TestSchemaQueryWithACL() {
t := asuite.T()
dgraphtest.ShouldSkipTest(t, "9a964dd9c794a9731fa6ec35aded6693acc7a1fd", asuite.dc.GetVersion())

ctx, cancel := context.WithTimeout(context.Background(), 100*time.Second)
defer cancel()

Expand Down

0 comments on commit 88d5ebc

Please sign in to comment.