forked from pool/python-xmlschema
11 lines
460 B
Diff
11 lines
460 B
Diff
|
--- a/tests/validators/test_schema_class.py
|
||
|
+++ b/tests/validators/test_schema_class.py
|
||
|
@@ -261,6 +261,7 @@ class TestXMLSchema10(XsdValidatorTestCa
|
||
|
|
||
|
self.assertFalse(os.path.isdir(dirname))
|
||
|
|
||
|
+ @unittest.skipIf(SKIP_REMOTE_TESTS, "Remote networks are not accessible.")
|
||
|
def test_export_remote__issue_187(self):
|
||
|
vh_schema_file = self.casepath('issues/issue_187/issue_187_2.xsd')
|
||
|
vh_schema = self.schema_class(vh_schema_file)
|