From 609864a66ddc6af559fadadd76a266d64ae9991e Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Mon, 21 Jun 2021 14:06:45 +0100 Subject: Annotate framework tests with where they are expected to skip Remove hard-coded framework test skip logic in skippable(), instead annotate test.json with environments in which skip is expected. (Mainly this is done with by testing the value of MESON_CI_JOBNAME now set for linux jobs) --- ci/ciimage/bionic/image.json | 1 - 1 file changed, 1 deletion(-) (limited to 'ci/ciimage/bionic/image.json') diff --git a/ci/ciimage/bionic/image.json b/ci/ciimage/bionic/image.json index 6a3d7232e..d40090211 100644 --- a/ci/ciimage/bionic/image.json +++ b/ci/ciimage/bionic/image.json @@ -2,7 +2,6 @@ "base_image": "ubuntu:bionic", "env": { "CI": "1", - "SKIP_SCIENTIFIC": "1", "DC": "gdc" } } -- cgit v1.2.3