Skip to content

Commit

Permalink
turn off auto-index-selects for network_policy.slt
Browse files Browse the repository at this point in the history
  • Loading branch information
mgree committed Nov 4, 2024
1 parent e94055a commit 21589bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/sqllogictest/mzcompose.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,8 @@ def compileSlowSltConfig() -> SltRunConfig:
"test/sqllogictest/map.slt",
# pg_typeof contains public schema name in views
"test/sqllogictest/typeof.slt",
# mz_internal.mz_network_policies can't be in views
"test/sqllogictest/network_policy.slt"
}

tests = file_util.resolve_paths_with_wildcard(tests)
Expand Down

0 comments on commit 21589bc

Please sign in to comment.