فهرست منبع

[oozie] Disable temporary flaky tests

Romain Rigaux 11 سال پیش
والد
کامیت
554fcfd537
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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']})