Skip to content

Commit c3be255

Browse files
committed
[polymorphic-builtin] Disable experimental builtin test when optimization is enabled for now.
I am going to loop back around later and I want to unblock the package bots.
1 parent 3fd8481 commit c3be255

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Interpreter/polymorphic_builtins.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717

1818
// REQUIRES: executable_test
1919

20+
// TODO: Re-enable this when optimization is enabled.
21+
//
22+
// REQUIRES: swift_test_mode_optimize_none
23+
2024
import Swift
2125
import StdlibUnittest
2226
import mysimd

0 commit comments

Comments
 (0)