Browse Source

fix(tests): Disable percy for django 1.10 acceptance tests

Dan Fuller 5 years ago
parent
commit
fc8464566d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -171,7 +171,7 @@ matrix:
     # allowed to fail
     - <<: *acceptance_default
       name: '[Django 1.10] Acceptance'
-      env: DJANGO_VERSION=">=1.10,<1.11" TEST_SUITE=acceptance USE_SNUBA=1
+      env: DJANGO_VERSION=">=1.10,<1.11" TEST_SUITE=acceptance USE_SNUBA=1 PERCY_ENABLE=0
 
     # allowed to fail
     - <<: *acceptance_default