Skip to content

Commit f2e185b

Browse files
author
Oren Novotny
authored
Merge pull request #1096 from dotnet/fix-wonky-test
Filter SkipCI integration tests
2 parents 5e38239 + e46664d commit f2e185b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.rx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ stages:
171171
inputs:
172172
command: test
173173
projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LinuxTests/LinuxTests.csproj
174-
arguments: -c $(BuildConfiguration) -f netcoreapp2.1 /p:TargetFrameworks=netcoreapp2.1
174+
arguments: -c $(BuildConfiguration) --filter "SkipCI!=true" -f netcoreapp2.1 /p:TargetFrameworks=netcoreapp2.1
175175
displayName: Run 2.1 Tests on Linux
176176

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

240240
- stage: CodeSign

0 commit comments

Comments
 (0)