Skip to content

Commit

Permalink
iox-#2150 Skip 'AdaptiveWait' tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Jan 10, 2024
1 parent 955ba28 commit df33c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/build-test-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if ($?) { Write-Host "## Running tests (excluding timing_tests)" }
# we have to exclude the tests explicitly until everyone is running

if ($?) { build\hoofs\test\hoofs_mocktests.exe }
if ($?) { build\hoofs\test\hoofs_moduletests.exe --gtest_filter="-*TimingTest*" }
if ($?) { build\hoofs\test\hoofs_moduletests.exe --gtest_filter="-*TimingTest*:AdaptiveWait*" }
if ($?) { build\hoofs\test\hoofs_integrationtests.exe }
if ($?) { build\posh\test\posh_moduletests.exe --gtest_filter="-ChunkHeader_test.ChunkHeaderBinaryCompatibilityCheck:TomlGatewayConfigParser*:IceoryxRoudiApp_test.ConstructorCalledWithArgUniqueIdTwoTimesReturnError:IceoryxRoudiApp_test.ConstructorCalledWithArgVersionSetRunVariableToFalse:ValidTest*:ParseAllMalformedInput*:*TimingTest*:MePooSegment_test.SharedMemoryFileHandleRightsAfterConstructor" }
if ($?) { build\posh\test\posh_integrationtests.exe --gtest_filter="-ChunkBuildingBlocks_IntegrationTest.TwoHopsThreeThreadsNoSoFi:*TimingTest*" }
Expand Down

0 comments on commit df33c6c

Please sign in to comment.