Skip to content

Set test only one to true when running integration tests #5370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
install:
- cmd: choco install dotnet-5.0-sdk --version 5.0.103
build_script:
- cmd: build.bat canary
- cmd: build.bat canary

nuget:
disable_publish_on_pr: true
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
latest7:
esVersion: 'latest-7'
steps:
- script: 'build.bat integrate-one $(esVersion) "readonly,writable,bool,xpack"'
- script: 'build.bat integrate-one $(esVersion) "readonly,writable,bool,xpack" random:test_only_one'
displayName: '$(esVersion) windows integration tests'
- task: PublishTestResults@2
condition: succeededOrFailed()
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- task: UseDotNet@2
inputs:
version: '5.0.103'
- script: './build.sh integrate-one $(esVersion) "readonly,writable"'
- script: './build.sh integrate-one $(esVersion) "readonly,writable" random:test_only_one'
displayName: '$(esVersion) linux integration tests'
- task: PublishTestResults@2
condition: succeededOrFailed()
Expand Down