Skip to content

Commit 08b9fce

Browse files
committed
disable integration tests for now on master while 7.x is in flux
1 parent 3e1dfa3 commit 08b9fce

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

azure-pipelines.yml

+19-18
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,22 @@ jobs:
2323
testResultsFiles: 'src/Tests/Tests/**/*.trx'
2424
testRunTitle: Windows Unit Tests
2525

26-
- job: WindowsIntegrationTests
27-
dependsOn: WindowsCanaryTests
28-
pool:
29-
vmImage: 'vs2017-win2016'
30-
strategy:
31-
maxParallel: 5
32-
matrix:
33-
es7:
34-
esVersion: '7.0.0-beta1'
35-
steps:
36-
- script: 'build.bat integrate $(esVersion) "readonly,writable,bool,xpack" skipdocs'
37-
displayName: '$(esVersion) integration tests'
38-
- task: PublishTestResults@2
39-
condition: succeededOrFailed()
40-
inputs:
41-
testRunner: VSTest
42-
testResultsFiles: 'src/Tests/Tests/**/*.trx'
43-
testRunTitle: '$(esVersion) Integration Tests'
26+
# TODO: enable once 7.x is merged into master and make it test `latest` e.g 8.x
27+
#- job: WindowsIntegrationTests
28+
# dependsOn: WindowsCanaryTests
29+
# pool:
30+
# vmImage: 'vs2017-win2016'
31+
# strategy:
32+
# maxParallel: 5
33+
# matrix:
34+
# es7:
35+
# esVersion: '7.0.0-beta1'
36+
# steps:
37+
# - script: 'build.bat integrate $(esVersion) "readonly,writable,bool,xpack" skipdocs'
38+
# displayName: '$(esVersion) integration tests'
39+
# - task: PublishTestResults@2
40+
# condition: succeededOrFailed()
41+
# inputs:
42+
# testRunner: VSTest
43+
# testResultsFiles: 'src/Tests/Tests/**/*.trx'
44+
# testRunTitle: '$(esVersion) Integration Tests'

0 commit comments

Comments
 (0)