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

Commit 5be1eee

Browse files
Roshriniszha
authored andcommitted
[MXAPPS-581] Disable a long test in the SD nightly. (#12326) (#12396)
* Disable a test that's taking longer than 10 minutes with the Python 2 interpreter in the Straight Dope Nightly.
1 parent 05b6dc3 commit 5be1eee

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/nightly/straight_dope/test_notebooks_single_gpu.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
'chapter02_supervised-learning/environment',
3636
'chapter03_deep-neural-networks/kaggle-gluon-kfold',
3737
'chapter04_convolutional-neural-networks/deep-cnns-alexnet', # > 10 mins.
38+
'chapter05_recurrent-neural-networks/rnns-gluon', # > 10 mins.
3839
'chapter06_optimization/gd-sgd-scratch', # Overflow warning is intended.
3940
'chapter06_optimization/gd-sgd-gluon', # Overflow warning is intended.
4041
'chapter07_distributed-learning/multiple-gpus-scratch',
@@ -177,9 +178,6 @@ def test_lstm_scratch(self):
177178
def test_gru_scratch(self):
178179
assert _test_notebook('chapter05_recurrent-neural-networks/gru-scratch')
179180

180-
def test_rnns_gluon(self):
181-
assert _test_notebook('chapter05_recurrent-neural-networks/rnns-gluon')
182-
183181
# Chapter 6
184182

185183
def test_optimization_intro(self):

0 commit comments

Comments
 (0)