Skip to content

Commit

Permalink
Fix notrait syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed Feb 14, 2023
1 parent dd4a26e commit 5b99ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
$(_OfficialBuildIdArgs)
$(_InternalRuntimeDownloadArgs)
/p:Coverage=$(_Coverage)
/p:TestRunnerAdditionalArguments='-notrait Category=IgnoreForCI -notrait failing'
/p:TestRunnerAdditionalArguments='-notrait Category=IgnoreForCI -notrait Category=failing'
/bl:$(BUILD.SOURCESDIRECTORY)\artifacts\log\$(_BuildConfig)\Test-${{ parameters.targetArchitecture }}.binlog
/m:1
displayName: Run Unit Tests
Expand All @@ -105,7 +105,7 @@ jobs:
/p:TargetArchitecture=${{ parameters.targetArchitecture }}
$(_OfficialBuildIdArgs)
$(_InternalRuntimeDownloadArgs)
/p:TestRunnerAdditionalArguments='-notrait Category=IgnoreForCI -notrait failing'
/p:TestRunnerAdditionalArguments='-notrait Category=IgnoreForCI -notrait Category=failing'
/bl:$(BUILD.SOURCESDIRECTORY)\artifacts\log\$(_BuildConfig)\IntegrationTest-${{ parameters.targetArchitecture }}.binlog
/m:1
displayName: Run Integration Tests
Expand Down

0 comments on commit 5b99ce8

Please sign in to comment.