diff --git a/bindings/ruby/tests/test_package.rb b/bindings/ruby/tests/test_package.rb index 8ab2d703..3d556513 100644 --- a/bindings/ruby/tests/test_package.rb +++ b/bindings/ruby/tests/test_package.rb @@ -37,6 +37,11 @@ class TestPackage < TestBase end def test_build_options + # This test is disabled as it currently fails when run locally on macOS and + # Linux. We need to find a good way to handle the situation with build + # options which varies between platforms. + # Refs: https://github.com/ggml-org/whisper.cpp/pull/3132 + omit "Temporarily disabled locally as this test currently fails when run locally" unless ENV["CI"] options = BuildOptions::Options.new assert_empty options.missing_options unless ENV["CI"]