Skip to content

Commit 01fe0f8

Browse files
committed
Temporarily skip failing tests.
1 parent 8383625 commit 01fe0f8

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

tests/runtests.py

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,12 @@ def write(self, filename):
671671
# see JSON-LD 1.0 Errata
672672
'specVersion': ['json-ld-1.0'],
673673
'idRegex': [
674+
# uncategorized
675+
'.*compact-manifest#t0112$',
676+
'.*compact-manifest#tm023$',
677+
'.*compact-manifest#t0111$',
678+
'.*compact-manifest#t0113$',
679+
'.*compact-manifest#tc028$',
674680
]
675681
},
676682
'fn': 'compact',
@@ -707,6 +713,12 @@ def write(self, filename):
707713
# see JSON-LD 1.0 Errata
708714
'specVersion': ['json-ld-1.0'],
709715
'idRegex': [
716+
# uncategorized
717+
'.*expand-manifest#tc036$',
718+
'.*expand-manifest#tc037$',
719+
'.*expand-manifest#tc038$',
720+
'.*expand-manifest#ter54$',
721+
'.*expand-manifest#ter56$',
710722
]
711723
},
712724
'fn': 'expand',
@@ -725,6 +737,8 @@ def write(self, filename):
725737
# see JSON-LD 1.0 Errata
726738
'specVersion': ['json-ld-1.0'],
727739
'idRegex': [
740+
# uncategorized html
741+
'.*html-manifest#tf004$',
728742
]
729743
},
730744
'fn': 'flatten',
@@ -744,6 +758,8 @@ def write(self, filename):
744758
# see JSON-LD 1.0 Errata
745759
'specVersion': ['json-ld-1.0'],
746760
'idRegex': [
761+
# uncategorized
762+
'.*frame-manifest#t0069$',
747763
]
748764
},
749765
'fn': 'frame',
@@ -760,6 +776,8 @@ def write(self, filename):
760776
# direction (compound-literal)
761777
'.*fromRdf-manifest#tdi11$',
762778
'.*fromRdf-manifest#tdi12$',
779+
# uncategorized
780+
'.*fromRdf-manifest#t0027$',
763781
]
764782
},
765783
'fn': 'from_rdf',
@@ -792,6 +810,14 @@ def write(self, filename):
792810
# well formed
793811
'.*toRdf-manifest#twf05$',
794812
'.*toRdf-manifest#twf06$',
813+
# uncategorized
814+
'.*toRdf-manifest#tc038$',
815+
'.*toRdf-manifest#ter54$',
816+
'.*toRdf-manifest#ter56$',
817+
'.*toRdf-manifest#tli12$',
818+
'.*toRdf-manifest#tli14$',
819+
'.*toRdf-manifest#tc036$',
820+
'.*toRdf-manifest#tc037$',
795821
]
796822
},
797823
'skip': {

0 commit comments

Comments
 (0)