Skip to content

Commit 64043cc

Browse files
Skip development test cases
1 parent a25021e commit 64043cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/rust_migration/test_migration.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
valid_beacons = get_valid_beacons()
88

99

10+
@pytest.mark.skip("For development only")
1011
def test_parser_differences_keywise():
1112
differences = []
1213
error_combinations = {}
@@ -32,6 +33,7 @@ def test_parser_differences_keywise():
3233
pytest.fail('\n\n'.join(differences))
3334

3435

36+
@pytest.mark.skip("For development only")
3537
def test_parser_differences_valuewise():
3638
differences = []
3739
for line in valid_beacons:
@@ -62,6 +64,7 @@ def test_parser_differences_valuewise():
6264
pytest.fail('\n\n'.join(differences))
6365

6466

67+
@pytest.mark.skip("For development only")
6568
def test_failing():
6669
failing_lines = [
6770
r"""MYC78FF44>OGNMYC:>140735h Pilot=RichardHunt""",

0 commit comments

Comments
 (0)