From 8680f99ba535288ebc9382ca842f411ab3ed48e2 Mon Sep 17 00:00:00 2001 From: Tiffany Elangwa Date: Mon, 15 Jun 2026 02:33:35 -0500 Subject: [PATCH] Remove obsolete NotParallelSafe flag for test_zlib --- tests/IronPython.Tests/Cases/IronPythonCasesManifest.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/IronPython.Tests/Cases/IronPythonCasesManifest.ini b/tests/IronPython.Tests/Cases/IronPythonCasesManifest.ini index 57e527834..4715f7714 100644 --- a/tests/IronPython.Tests/Cases/IronPythonCasesManifest.ini +++ b/tests/IronPython.Tests/Cases/IronPythonCasesManifest.ini @@ -191,7 +191,6 @@ NotParallelSafe=true # Uses a temporary module with a fixed name RetryCount=2 [IronPython.modules.misc.test_zlib] -NotParallelSafe=true # test_data.gz [IronPython.modules.system_related.test_nt] RunCondition=NOT $(IS_POSIX)