From f9759ff4e69001917dd4013bbc0bd020e84c4cb8 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 14 Apr 2023 15:31:01 -0700 Subject: [PATCH] I believe multiple config files can be used at the same time. Updating to add a linux exclusion file for a test not supported on centos8 --- test/SdkTests/SdkTests.csproj | 5 +++++ test/SdkTests/TestsToSkipLinux.xml | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 test/SdkTests/TestsToSkipLinux.xml diff --git a/test/SdkTests/SdkTests.csproj b/test/SdkTests/SdkTests.csproj index ed098d33d..29b1635ae 100644 --- a/test/SdkTests/SdkTests.csproj +++ b/test/SdkTests/SdkTests.csproj @@ -226,6 +226,11 @@ $(TestArgs) -testConfigFile "$(MSBuildThisFileDirectory)TestsToSkipPortableLinux.xml" + + + $(TestArgs) -testConfigFile "$(MSBuildThisFileDirectory)TestsToSkipLinux.xml" + + $(TestArgs) -testConfigFile "$(MSBuildThisFileDirectory)TestsToSkipOSX.xml" diff --git a/test/SdkTests/TestsToSkipLinux.xml b/test/SdkTests/TestsToSkipLinux.xml new file mode 100644 index 000000000..897370bde --- /dev/null +++ b/test/SdkTests/TestsToSkipLinux.xml @@ -0,0 +1,7 @@ + + + + +