Skip to content

Commit 365f409

Browse files
authored
Merge pull request #34279 from ggevay/flag-frontend-peek-sequencing-turnoff
Turn off `enable_frontend_peek_sequencing` in CI for now
2 parents 888b1ca + ece754b commit 365f409

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)