Skip to content

Commit 300f272

Browse files
committed
Move double_double_div.som to do_not_run
Floating-point number printing seems, ehm, changing between JDK versions. Signed-off-by: Stefan Marr <git@stefan-marr.de>
1 parent 838b531 commit 300f272

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ failing_as_unspecified:
1515

1616
# I think this one is about E vs e, but maybe also double rendering
1717
- Tests/double2.som
18-
# - Tests/double_double_div.som
1918
# - Tests/int_double_div.som
2019
# - Tests/integer_asdouble.som
2120

@@ -127,3 +126,5 @@ unsupported: []
127126

128127
do_not_run:
129128
- Tests/case_insensitive.som
129+
# floating point printing changes between JDK versions, I think
130+
- Tests/double_double_div.som

0 commit comments

Comments
 (0)