We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a95de commit 3f6cf09Copy full SHA for 3f6cf09
1 file changed
test/altocheck.py
@@ -88,6 +88,7 @@ def calculate_difference(root_pc, page="random", auth=None):
88
class Test(unittest.TestCase):
89
random.seed(429)
90
# Parla-clarin generated from example OCR XML
91
+ @unittest.skip()
92
def test_protocols(self):
93
folder = "data/"
94
p = Path(folder)
0 commit comments