diff --git a/test/sqllogictest/mzcompose.py b/test/sqllogictest/mzcompose.py index fa7f624bdc991..421d38c94d7ac 100644 --- a/test/sqllogictest/mzcompose.py +++ b/test/sqllogictest/mzcompose.py @@ -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)