Explorar o código

HUE-2902 [hive] Temporary skip top_term test as slow and API is not used

Romain Rigaux %!s(int64=7) %!d(string=hai) anos
pai
achega
1f3ffd6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      apps/beeswax/src/beeswax/tests.py

+ 2 - 0
apps/beeswax/src/beeswax/tests.py

@@ -1922,6 +1922,8 @@ for x in sys.stdin:
   def test_get_top_terms(self):
     if is_live_cluster():
       raise SkipTest('HUE-2902: Skipping because test is not reentrant')
+    else:
+      raise SkipTest('HUE-2902: Skipping because test is slow currently and API is not used')
 
     resp = self.client.get(reverse("beeswax:get_top_terms", kwargs={'database': self.db_name, 'table': 'test', 'column': 'foo'}))