Skip to content

Commit 04f7f60

Browse files
committed
disable test
Signed-off-by: Moritz Hoffmann <mh@materialize.com>
1 parent c0b9444 commit 04f7f60

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

test/cluster/mzcompose.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -949,13 +949,16 @@ def workflow_test_github_5087(c: Composition) -> None:
949949
> SELECT * FROM constant_wrapped_sums;
950950
1 1 18446744073709551617
951951
952-
> SELECT SUM(data2) FROM data;
952+
# This causes a panic starting with v0.140.0, but not before.
953+
>[version<14000] SELECT SUM(data2) FROM data;
953954
1
954955
955-
> SELECT SUM(data4) FROM data;
956+
# This causes a panic starting with v0.140.0, but not before.
957+
>[version<14000] SELECT SUM(data4) FROM data;
956958
1
957959
958-
> SELECT SUM(data8) FROM data;
960+
# This causes a panic starting with v0.140.0, but not before.
961+
>[version<14000] SELECT SUM(data8) FROM data;
959962
18446744073709551617
960963
"""
961964
)

0 commit comments

Comments
 (0)