From 1c6fdc0d06ded683a2d4f82ef980b9adb00b2896 Mon Sep 17 00:00:00 2001 From: Jitendra Bhurat Date: Fri, 29 Nov 2019 10:56:03 -0500 Subject: [PATCH] Disabling swarm tests (#896) --- .travis.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5c6b3cdad..2a20075f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,21 +79,13 @@ matrix: sudo chmod 666 /dev/fuse sudo chown root:$USER /etc/fuse.conf go run build/ci.go install - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then - QUORUM_IGNORE_TEST_PACKAGES=github.com/ethereum/go-ethereum/swarm,github.com/ethereum/go-ethereum/cmd/swarm go run build/ci.go test -coverage $TEST_PACKAGES - else - go run build/ci.go test -coverage $TEST_PACKAGES - fi + QUORUM_IGNORE_TEST_PACKAGES=github.com/ethereum/go-ethereum/swarm,github.com/ethereum/go-ethereum/cmd/swarm go run build/ci.go test -coverage $TEST_PACKAGES - if: tag IS blank os: osx script: - | go run build/ci.go install - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then - QUORUM_IGNORE_TEST_PACKAGES=github.com/ethereum/go-ethereum/swarm,github.com/ethereum/go-ethereum/cmd/swarm go run build/ci.go test -coverage $TEST_PACKAGES - else - go run build/ci.go test -coverage $TEST_PACKAGES - fi + QUORUM_IGNORE_TEST_PACKAGES=github.com/ethereum/go-ethereum/swarm,github.com/ethereum/go-ethereum/cmd/swarm go run build/ci.go test -coverage $TEST_PACKAGES - if: tag IS present os: linux