diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-09-06 15:42:08 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-09-06 15:42:08 +0200 |
commit | 03c2d379e96b18d0afcf0b50d9f6bac2d1465d06 (patch) | |
tree | 8f827c125c34898123c48be0878a6e74269d860f /.cix.yml | |
parent | ce43bfd37dd1f7147bee14f1aa9f57887f738a48 (diff) | |
download | sonarqube-03c2d379e96b18d0afcf0b50d9f6bac2d1465d06.tar.gz sonarqube-03c2d379e96b18d0afcf0b50d9f6bac2d1465d06.zip |
Temporarily disable upgrade tests
Bad version of SonarQube is installed at
runtime.
Diffstat (limited to '.cix.yml')
-rw-r--r-- | .cix.yml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -23,10 +23,10 @@ RUN_ACTIVITY: - run-db-integration-tests-postgresql93-Category3 - run-db-integration-tests-postgresql93-Category4 - run-db-integration-tests-postgresql93-Category5 - - run-upgrade-tests-mssql2014 - - run-upgrade-tests-mysql56 - - run-upgrade-tests-oracle12c - - run-upgrade-tests-postgresql93 + #- run-upgrade-tests-mssql2014 + #- run-upgrade-tests-mysql56 + #- run-upgrade-tests-oracle12c + #- run-upgrade-tests-postgresql93 - run-it-released-plugins - run-perf-tests |