From c900892cf139ce3fbe79eafd651d24c1feb8331f Mon Sep 17 00:00:00 2001 From: lilithgrigoryan Date: Wed, 6 Nov 2024 13:09:45 +0000 Subject: [PATCH] Apply isort and black reformatting Signed-off-by: lilithgrigoryan --- tests/collections/asr/decoding/test_rnnt_decoding.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/collections/asr/decoding/test_rnnt_decoding.py b/tests/collections/asr/decoding/test_rnnt_decoding.py index 85d12532429f..27b0659413b9 100644 --- a/tests/collections/asr/decoding/test_rnnt_decoding.py +++ b/tests/collections/asr/decoding/test_rnnt_decoding.py @@ -497,7 +497,6 @@ def test_char_decoding_compute_timestamps(self, test_data_dir, decoding_strategy def test_tdt_beam_decoding(self, test_data_dir, beam_config): check_beam_decoding(test_data_dir, beam_config) - @pytest.mark.skipif(not os.path.exists('/home/TestData'), reason='Not a Jenkins machine') @pytest.mark.with_downloads @pytest.mark.unit