From 904593ca68c8cc36137c287a5122d2ea95e23350 Mon Sep 17 00:00:00 2001 From: Fabian Date: Mon, 5 Apr 2021 00:28:42 -0500 Subject: [PATCH] Skip snowdrop test if missing image --- tests/full/run.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/full/run.js b/tests/full/run.js index 3371955f..984f1ab9 100755 --- a/tests/full/run.js +++ b/tests/full/run.js @@ -120,6 +120,7 @@ if(cluster.isMaster) }, { name: "Snowdrop", + skip_if_disk_image_missing: true, fda: root_path + "/images/snowdrop.img", timeout: 30, expect_graphical_mode: true,