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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|
|