Browse Source

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

Romain Rigaux 7 năm trước cách đây
mục cha
commit
1f3ffd6
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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'}))