There was an error while loading. Please reload this page.
1 parent a25021e commit 64043ccCopy full SHA for 64043cc
tests/rust_migration/test_migration.py
@@ -7,6 +7,7 @@
7
valid_beacons = get_valid_beacons()
8
9
10
+@pytest.mark.skip("For development only")
11
def test_parser_differences_keywise():
12
differences = []
13
error_combinations = {}
@@ -32,6 +33,7 @@ def test_parser_differences_keywise():
32
33
pytest.fail('\n\n'.join(differences))
34
35
36
37
def test_parser_differences_valuewise():
38
39
for line in valid_beacons:
@@ -62,6 +64,7 @@ def test_parser_differences_valuewise():
62
64
63
65
66
67
68
def test_failing():
69
failing_lines = [
70
r"""MYC78FF44>OGNMYC:>140735h Pilot=RichardHunt""",
0 commit comments