summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_sax.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sax.py b/Lib/test/test_sax.py
index 5f2c432..9b40036 100644
--- a/Lib/test/test_sax.py
+++ b/Lib/test/test_sax.py
@@ -181,7 +181,6 @@ class TestEntityResolver:
return inpsrc
def test_expat_entityresolver():
- return 1 # disabling this until pyexpat.c has been fixed
parser = create_parser()
parser.setEntityResolver(TestEntityResolver())
result = StringIO()