Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cor committed Nov 13, 2024
1 parent 72b2ec3 commit 9d82b2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions enginetest/enginetests.go
Original file line number Diff line number Diff line change
Expand Up @@ -1809,6 +1809,10 @@ func TestUserPrivileges(t *testing.T, harness ClientHarness) {
}
}

if assertion.Skip {
t.Skipf("Skipping query %s", assertion.Query)
}

user := assertion.User
host := assertion.Host
if user == "" {
Expand Down

0 comments on commit 9d82b2c

Please sign in to comment.