@@ -23,21 +23,22 @@ jobs:
23
23
testResultsFiles : ' src/Tests/Tests/**/*.trx'
24
24
testRunTitle : Windows Unit Tests
25
25
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