Skip to content

Commit 476cf9e

Browse files
author
Amy Wang
committed
remove browser for cloud launch from py test
1 parent f595717 commit 476cf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/testdir_multi_jvm/test_many_fp_formats_libsvm_2_fvec.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def tearDownClass(cls):
103103
h2o.tear_down_cloud()
104104

105105
def test_many_fp_formats_libsvm_2_fvec(self):
106-
h2b.browseTheCloud()
106+
#h2b.browseTheCloud()
107107
SYNDATASETS_DIR = h2o.make_syn_dir()
108108
tryList = [
109109
(100, 10000, 'cA', 300, 'sparse50'),

0 commit comments

Comments
 (0)