mirror of https://github.com/citusdata/citus.git
parent
26c09f340f
commit
5f479d5f47
|
@ -511,9 +511,6 @@ if($vanillatest)
|
||||||
|
|
||||||
# we disable some restrictions for local objects like local views to not break postgres vanilla test behaviour.
|
# we disable some restrictions for local objects like local views to not break postgres vanilla test behaviour.
|
||||||
push(@pgOptions, "citus.enforce_object_restrictions_for_local_objects=false");
|
push(@pgOptions, "citus.enforce_object_restrictions_for_local_objects=false");
|
||||||
|
|
||||||
# we disable metadata synchronization to enable postgres vanilla DDL tests to pass.
|
|
||||||
push(@pgOptions, "citus.enable_metadata_sync=false");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($useMitmproxy)
|
if ($useMitmproxy)
|
||||||
|
|
Loading…
Reference in New Issue