Skip to content

Commit a8c5836

Browse files
committed
skip whole set
1 parent 5a6f710 commit a8c5836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_record_replay.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def test_no_brotli(self):
187187

188188

189189
# ============================================================================
190+
@pytest.mark.skipif(sys.version_info == (3,9), reason='Skipping for 3.9')
190191
class TestRecordFilter(HttpBinLiveTests, CollsDirMixin, BaseConfigTest):
191192

192193
@classmethod
@@ -217,7 +218,6 @@ def test_skip_existing(self):
217218
assert 'Example Domain' in res.text
218219
assert os.listdir(dir_name) == []
219220

220-
@pytest.mark.skipif(sys.version_info == (3,9), reason='Skipping for 3.9')
221221
def test_record_new(self):
222222
dir_name = os.path.join(self.root_dir, '_test_colls', 'test-new', 'archive')
223223
assert os.path.isdir(dir_name)

0 commit comments

Comments
 (0)