From 59c49d2d3107df8d65c41eb025764d975e251d46 Mon Sep 17 00:00:00 2001
From: Lex Berezhny <lex@damoti.com>
Date: Fri, 27 Jul 2018 20:31:36 -0400
Subject: [PATCH] dont run DHT tests, until we can make them run faster

---
 .travis.yml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2aed33da7..130a21b9a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,18 +28,6 @@ jobs:
       after_success:
         - bash <(curl -s https://codecov.io/bash)
 
-    - stage: test
-      name: "DHT Tests"
-      install:
-        - pip install coverage
-        - pip install git+https://github.com/lbryio/torba.git
-        - pip install git+https://github.com/lbryio/lbryschema.git
-        - pip install -e .[test]
-      script: HOME=/tmp coverage run --source=lbrynet -m twisted.trial tests.functional.dht
-      #script: HOME=/tmp coverage run --source=lbrynet -m twisted.trial tests.functional tests.unit
-      after_success:
-        - bash <(curl -s https://codecov.io/bash)
-
     - name: "Integration Tests"
       install:
         - pip install tox-travis coverage