From 69c6d47be5cf4bd4f10f319d0fd16d3832411a75 Mon Sep 17 00:00:00 2001 From: Vishaal Kapoor Date: Fri, 24 Aug 2018 15:28:23 -0700 Subject: [PATCH] [MXAPPS-581] Disable an additional long test in the SD nightly * Disable an additional test in the SD nightly that also takes over the timeout. --- tests/nightly/straight_dope/test_notebooks_single_gpu.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/nightly/straight_dope/test_notebooks_single_gpu.py b/tests/nightly/straight_dope/test_notebooks_single_gpu.py index 555b8092b392..5eeb52f516e1 100644 --- a/tests/nightly/straight_dope/test_notebooks_single_gpu.py +++ b/tests/nightly/straight_dope/test_notebooks_single_gpu.py @@ -41,6 +41,7 @@ 'chapter07_distributed-learning/multiple-gpus-scratch', 'chapter07_distributed-learning/multiple-gpus-gluon', 'chapter07_distributed-learning/training-with-multiple-machines', + 'chapter08_computer-vision/visual-question-answer', # > 10 mins. 'chapter11_recommender-systems/intro-recommender-systems', # Early draft, non-working. 'chapter12_time-series/intro-forecasting-gluon', 'chapter12_time-series/intro-forecasting-2-gluon', @@ -226,9 +227,6 @@ def test_object_detection(self): def test_fine_tuning(self): assert _test_notebook('chapter08_computer-vision/fine-tuning') - def test_visual_question_answer(self): - assert _test_notebook('chapter08_computer-vision/visual-question-answer') - # Chapter 9 def test_tree_lstm(self):