Skip to content

Commit ece754b

Browse files
committed
tests: Turn off enable_frontend_peek_sequencing in CI for now
1 parent 31cfc79 commit ece754b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/python/materialize/mzcompose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def get_variable_system_parameters(
196196
),
197197
VariableSystemParameter(
198198
"enable_frontend_peek_sequencing",
199-
"true",
199+
"false",
200200
["true", "false"],
201201
),
202202
VariableSystemParameter(

0 commit comments

Comments
 (0)