From 9ecef395bafc32bc5fcb934f5ffc49c0d4253359 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Tue, 10 Sep 2019 16:15:33 -0700 Subject: [PATCH] Skip test which is failing on Linux portable during NuGet restore due to too many open files --- test/SdkTests/SdkTests.csproj | 5 +++++ test/SdkTests/TestsToSkipPortableLinux.xml | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 test/SdkTests/TestsToSkipPortableLinux.xml diff --git a/test/SdkTests/SdkTests.csproj b/test/SdkTests/SdkTests.csproj index d68bdf9c6..d33fe2504 100644 --- a/test/SdkTests/SdkTests.csproj +++ b/test/SdkTests/SdkTests.csproj @@ -246,6 +246,11 @@ $(TestArgs) -testConfigFile "$(MSBuildThisFileDirectory)TestsToSkipx86.xml" + + + $(TestArgs) -testConfigFile "$(MSBuildThisFileDirectory)TestsToSkipPortableLinux.xml" + + diff --git a/test/SdkTests/TestsToSkipPortableLinux.xml b/test/SdkTests/TestsToSkipPortableLinux.xml new file mode 100644 index 000000000..d0ea16a8d --- /dev/null +++ b/test/SdkTests/TestsToSkipPortableLinux.xml @@ -0,0 +1,7 @@ + + + + +