From 5ff6567eba51ca44fca4d83ae0eb68cab995e58d Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 23 Mar 2018 22:06:37 -0500 Subject: [PATCH] [tests] fix failing NetStandardReferenceTest on Windows Context: https://devdiv.visualstudio.com/DevDiv/_build/index?buildId=1515010&tab=ms.vss-test-web.test-result-details Since f7c942d, the NUnit tests have been failing on Windows. The `NetStandardReferenceTest` is looking for `System.IO.Compression.dll` inside the APK, but it is not there. Looking into it, I don't see anything that explicitly needs `System.IO.Compression.dll`, so perhaps we really don't need to assert that this file exists. --- .../Tests/Xamarin.Android.Build.Tests/PackagingTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/PackagingTest.cs b/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/PackagingTest.cs index 19f5704550e..4fc6cc7b530 100644 --- a/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/PackagingTest.cs +++ b/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/PackagingTest.cs @@ -374,7 +374,6 @@ protected override void OnCreate (Bundle bundle) "System.dll", "System.Runtime.Serialization.dll", "System.IO.Packaging.dll", - "System.IO.Compression.dll", "Mono.Android.Export.dll", "App1.dll", "FormsViewGroup.dll",