Skip to content

Commit 43232b2

Browse files
committed
revert dask/ to master
1 parent 35ca704 commit 43232b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dask/test_dask.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,16 @@ def _run_dask_test_script(self, name, script):
5656
)
5757
def test_dask(self, configuration, instances, runtime):
5858

59+
if self.getImageVersion() < pkg_resources.parse_version("2.0"):
60+
self.skipTest("Not supported in pre-2.0 images")
61+
5962
metadata = None
6063
if runtime:
6164
metadata = "dask-runtime={}".format(runtime)
6265

6366
self.createCluster(configuration,
6467
self.INIT_ACTIONS,
65-
machine_type='n1-highmem-8',
68+
machine_type='n1-standard-16',
6669
metadata=metadata,
6770
timeout_in_minutes=20)
6871

0 commit comments

Comments
 (0)