Skip to content

Commit 9ba65f5

Browse files
committed
Skip compile test on MinGW to avoid CI timeout
1 parent a62078e commit 9ba65f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/compile_rice_test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ class CompileRiceTest < AbstractTest
1515
CMAKE_SUBPATH = 'Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe'
1616

1717
def test_compile_bindings
18+
skip "CMake hangs on MinGW CI" if RbConfig::CONFIG['arch'] =~ /mingw/
19+
1820
bindings_dir = File.join(__dir__, 'bindings', 'cpp')
1921
preset = determine_preset
2022

0 commit comments

Comments
 (0)