From 6a1568ec15a457fa5d06ab0b2a5ef40cf0fbcdfa Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Tue, 15 Jul 2025 11:39:04 +0200 Subject: [PATCH] Disable flow for spaceweather tests --- .../profiles/spaceweather-solarstorm2012/cme-1.ostest | 7 +++++++ .../profiles/spaceweather-solarstorm2012/cme-2.ostest | 7 +++++++ .../spaceweather-solarstorm2012/default-view.ostest | 7 +++++++ .../spaceweather-solarstorm2012/magnetosphere.ostest | 7 +++++++ .../profiles/spaceweather-solarstorm2012/pfss.ostest | 2 +- 5 files changed, 29 insertions(+), 1 deletion(-) diff --git a/visualtests/profiles/spaceweather-solarstorm2012/cme-1.ostest b/visualtests/profiles/spaceweather-solarstorm2012/cme-1.ostest index 0dbc89431e..54d538d821 100644 --- a/visualtests/profiles/spaceweather-solarstorm2012/cme-1.ostest +++ b/visualtests/profiles/spaceweather-solarstorm2012/cme-1.ostest @@ -21,6 +21,13 @@ "timestamp": "2012 JUL 19 02:45:17" } }, + { + "type": "property", + "value": { + "property": "Scene.*.Renderable.Flow.FlowEnabled", + "value": false + } + }, { "type": "screenshot" } diff --git a/visualtests/profiles/spaceweather-solarstorm2012/cme-2.ostest b/visualtests/profiles/spaceweather-solarstorm2012/cme-2.ostest index 40c9985e8f..9570f6cf79 100644 --- a/visualtests/profiles/spaceweather-solarstorm2012/cme-2.ostest +++ b/visualtests/profiles/spaceweather-solarstorm2012/cme-2.ostest @@ -21,6 +21,13 @@ "timestamp": "2012 JUL 23 22:11:20" } }, + { + "type": "property", + "value": { + "property": "Scene.*.Renderable.Flow.FlowEnabled", + "value": false + } + }, { "type": "screenshot" } diff --git a/visualtests/profiles/spaceweather-solarstorm2012/default-view.ostest b/visualtests/profiles/spaceweather-solarstorm2012/default-view.ostest index 596f9d7961..ae604bcf47 100644 --- a/visualtests/profiles/spaceweather-solarstorm2012/default-view.ostest +++ b/visualtests/profiles/spaceweather-solarstorm2012/default-view.ostest @@ -19,6 +19,13 @@ "timestamp": "2012 JUL 14 07:00:45" } }, + { + "type": "property", + "value": { + "property": "Scene.*.Renderable.Flow.FlowEnabled", + "value": false + } + }, { "type": "screenshot" } diff --git a/visualtests/profiles/spaceweather-solarstorm2012/magnetosphere.ostest b/visualtests/profiles/spaceweather-solarstorm2012/magnetosphere.ostest index 40f64df1f5..82d323719e 100644 --- a/visualtests/profiles/spaceweather-solarstorm2012/magnetosphere.ostest +++ b/visualtests/profiles/spaceweather-solarstorm2012/magnetosphere.ostest @@ -91,6 +91,13 @@ "value": true } }, + { + "type": "property", + "value": { + "property": "Scene.*.Renderable.Flow.FlowEnabled", + "value": false + } + }, { "type": "wait", "value": 10 diff --git a/visualtests/profiles/spaceweather-solarstorm2012/pfss.ostest b/visualtests/profiles/spaceweather-solarstorm2012/pfss.ostest index 2d86a486cf..ea9fb09cd4 100644 --- a/visualtests/profiles/spaceweather-solarstorm2012/pfss.ostest +++ b/visualtests/profiles/spaceweather-solarstorm2012/pfss.ostest @@ -21,7 +21,7 @@ { "type": "property", "value": { - "property": "Scene.FL_PFSS.Renderable.Flow.FlowEnabled", + "property": "Scene.*.Renderable.Flow.FlowEnabled", "value": false } },