From b9c901133f4ded3316ff74b6d24a2671e5b57507 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Fri, 20 Sep 2024 14:55:07 -0700 Subject: [PATCH] Skip failing test of deprecated class --- tests/neon_skill_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/neon_skill_tests.py b/tests/neon_skill_tests.py index 514132ab..b5b75a7b 100644 --- a/tests/neon_skill_tests.py +++ b/tests/neon_skill_tests.py @@ -1015,6 +1015,7 @@ def test_speak_emit_response_valid(self): message.context.pop('destination') self.assertEqual(message.context, msg.context) + @unittest.skip("Class is deprecated and test fails with signal deprecation") def test_speak_wait(self): from neon_utils.signal_utils import create_signal, check_for_signal, \ wait_for_signal_clear