Skip to content

Commit

Permalink
Skip failing test of deprecated class
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 20, 2024
1 parent 0e10d7b commit b9c9011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/neon_skill_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9c9011

Please sign in to comment.