You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2019/11/10 10:29:16 UTC

[jmeter] 02/02: Mark jmeter-maven-plugin tests with allow_failures

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 0aa9af768c90c67bc349553894168bfc65f3f792
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Sat Nov 9 22:38:18 2019 +0300

    Mark jmeter-maven-plugin tests with allow_failures
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 4ad5c86..7c9edae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,9 @@ env:
     - ORG_GRADLE_PROJECT_checksumPrint=true
 
 matrix:
+  allow_failures:
+    # j-m-p does not seem to download all the dependencies: https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/issues/187
+    - name: jmeter-maven-plugin tests
   include:
     - name: Tests with OpenJDK 8 + code coverage
       jdk: openjdk8
@@ -61,7 +64,7 @@ matrix:
     - name: jmeter-maven-plugin tests
       jdk: openjdk8
       script:
-        - ./gradlew -PskipJavadoc publishToMavenLocal -Pjmeter.version=42.0
+        - ./gradlew -PskipJavadoc publishToMavenLocal -Pjmeter.version=42.0 -PchecksumIgnore
         - cd ..
         - git clone --depth 100 https://github.com/jmeter-maven-plugin/jmeter-maven-plugin.git
         - cd jmeter-maven-plugin