Browse Source

[oozie] Disable temporary flaky tests

Romain Rigaux 11 năm trước cách đây
mục cha
commit
554fcfd537
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      apps/oozie/src/oozie/tests.py

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

@@ -2976,6 +2976,8 @@ class TestOozieSubmissions(OozieBase):
     job = OozieServerProvider.wait_until_completion(response.context['oozie_workflow'].id)
     assert_equal('SUCCEEDED', job.status)
     assert_equal(100, job.get_progress())
+    
+    raise SkipTest
 
     # Rerun with default options
     post_data.update({u'rerun_form_choice': [u'skip_nodes']})