Browse Source

Merge pull request #10571 from AvaloniaUI/fixes/integration-test-flakyness

Test Flakyness: always kill testmanagerd
pull/10579/head
Nikita Tsukanov 4 years ago
committed by GitHub
parent
commit
679a7622cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      azure-pipelines-integrationtests.yml

1
azure-pipelines-integrationtests.yml

@ -24,6 +24,7 @@ jobs:
fi
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
pkill node
pkill testmanagerd
appium > appium.out &
pkill IntegrationTestApp
./build.sh CompileNative

Loading…
Cancel
Save