From c10d44fe309dbf082b34641bf9380550f579b263 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Thu, 4 Jan 2024 01:44:41 +0000 Subject: [PATCH] fix: execstack --- tests/transcriber_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/transcriber_test.py b/tests/transcriber_test.py index e7def1cbd..d723e211e 100644 --- a/tests/transcriber_test.py +++ b/tests/transcriber_test.py @@ -104,6 +104,7 @@ def test_transcribe(self): assert called_segments[0].text == "Hello" +@pytest.mark.skipif(sys.platform == "linux", reason="Avoid execstack errors on Snap") class TestWhisperCppFileTranscriber: @pytest.mark.parametrize( "word_level_timings,expected_segments",