Skip to content

Commit

Permalink
Merge pull request #1096 from dotnet/fix-wonky-test
Browse files Browse the repository at this point in the history
Filter SkipCI integration tests
  • Loading branch information
Oren Novotny committed Nov 27, 2019
2 parents 5e38239 + e46664d commit f2e185b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.rx.yml
Expand Up @@ -171,7 +171,7 @@ stages:
inputs:
command: test
projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LinuxTests/LinuxTests.csproj
arguments: -c $(BuildConfiguration) -f netcoreapp2.1 /p:TargetFrameworks=netcoreapp2.1
arguments: -c $(BuildConfiguration) --filter "SkipCI!=true" -f netcoreapp2.1 /p:TargetFrameworks=netcoreapp2.1
displayName: Run 2.1 Tests on Linux

- job: Integration_WindowsDesktop_Tests
Expand Down Expand Up @@ -234,7 +234,7 @@ stages:
inputs:
command: test
projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj
arguments: -c $(BuildConfiguration)
arguments: -c $(BuildConfiguration) --filter "SkipCI!=true"
displayName: Run 3.0 Tests on WindowDesktop

- stage: CodeSign
Expand Down

0 comments on commit f2e185b

Please sign in to comment.