From 34603cb8f525eb5861d1e64fcb03cabeb817dc17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 7 Feb 2020 16:09:36 +0100 Subject: [PATCH] [System.IO.Compression] Reenable tests that were disabled on Jenkins CI (#31913) Should work fine on Azure Pipelines. --- src/libraries/System.IO.Compression/tests/ZipArchive/zip_CreateTests.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libraries/System.IO.Compression/tests/ZipArchive/zip_CreateTests.cs b/src/libraries/System.IO.Compression/tests/ZipArchive/zip_CreateTests.cs index 714edef..b698918 100644 --- a/src/libraries/System.IO.Compression/tests/ZipArchive/zip_CreateTests.cs +++ b/src/libraries/System.IO.Compression/tests/ZipArchive/zip_CreateTests.cs @@ -89,7 +89,6 @@ namespace System.IO.Compression.Tests } [Fact] - [Trait(XunitConstants.Category, XunitConstants.IgnoreForCI)] // Jenkins fails with unicode characters [JENKINS-12610] public static async Task CreateNormal_Unicode_Seekable() { using (var s = new MemoryStream()) @@ -102,7 +101,6 @@ namespace System.IO.Compression.Tests } [Fact] - [Trait(XunitConstants.Category, XunitConstants.IgnoreForCI)] // Jenkins fails with unicode characters [JENKINS-12610] public static async Task CreateNormal_Unicode_Unseekable() { using (var s = new MemoryStream()) -- 2.7.4