From 159f4e2a75cf1bb50d3358a729baaa03c6ddf1df Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Tue, 13 Jun 2023 22:31:37 +0100 Subject: [PATCH] Run the SVG tests on Linux now that we have the data from Ubuntu --- tests/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helpers.ts b/tests/helpers.ts index 6de70163..d5f61f9a 100644 --- a/tests/helpers.ts +++ b/tests/helpers.ts @@ -205,5 +205,5 @@ export function isRequestedToUpdateExpectedData(): boolean { } export function isSupportingSvgTests(): boolean { - return type() !== 'Linux'; + return type() === 'Linux'; }