Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[MXAPPS-581] Disable a long test in the SD nightly. (#12326)
Browse files Browse the repository at this point in the history
* Disable a test that's taking longer than 10 minutes with the Python 2
  interpreter in the Straight Dope Nightly.
  • Loading branch information
vishaalkapoor authored and marcoabreu committed Aug 24, 2018
1 parent 7bfe427 commit ac10e95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/nightly/straight_dope/test_notebooks_single_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'chapter02_supervised-learning/environment',
'chapter03_deep-neural-networks/kaggle-gluon-kfold',
'chapter04_convolutional-neural-networks/deep-cnns-alexnet', # > 10 mins.
'chapter05_recurrent-neural-networks/rnns-gluon', # > 10 mins.
'chapter06_optimization/gd-sgd-scratch', # Overflow warning is intended.
'chapter06_optimization/gd-sgd-gluon', # Overflow warning is intended.
'chapter07_distributed-learning/multiple-gpus-scratch',
Expand Down Expand Up @@ -176,9 +177,6 @@ def test_lstm_scratch(self):
def test_gru_scratch(self):
assert _test_notebook('chapter05_recurrent-neural-networks/gru-scratch')

def test_rnns_gluon(self):
assert _test_notebook('chapter05_recurrent-neural-networks/rnns-gluon')

# Chapter 6

def test_optimization_intro(self):
Expand Down

0 comments on commit ac10e95

Please sign in to comment.