This is an automated email from the ASF dual-hosted git repository. zehnder pushed a commit to branch remove-flaky-e2e-test in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit b77ed28b8c2377eae6325ec33ae6a182a0454baf Author: Philipp Zehnder <[email protected]> AuthorDate: Wed Nov 12 16:38:44 2025 +0100 fix: Remove flaky count e2e test --- .../filters-siddhi/count1/description.json | 26 ---------------------- .../filters-siddhi/count1/expected.csv | 4 ---- .../filters-siddhi/count1/input.csv | 4 ---- 3 files changed, 34 deletions(-) diff --git a/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/description.json b/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/description.json deleted file mode 100644 index d7ff167c24..0000000000 --- a/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/description.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "count_value_occurrence", - "ignoreTimestamp": true, - "config": [ - { - "type": "drop-down", - "selector": "count-mapping", - "value": "text" - }, - { - "type": "drop-down", - "selector": "timestamp-mapping", - "value": "timestamp" - }, - { - "type": "radio", - "selector": "scale", - "value": "Seconds" - }, - { - "type": "input", - "selector": "time-window", - "value": "10" - } - ] -} diff --git a/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/expected.csv b/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/expected.csv deleted file mode 100644 index fbe08b2866..0000000000 --- a/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/expected.csv +++ /dev/null @@ -1,4 +0,0 @@ -count;value -1.0;hello -1.0;world -2.0;hello diff --git a/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/input.csv b/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/input.csv deleted file mode 100644 index c9d251c6c9..0000000000 --- a/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/input.csv +++ /dev/null @@ -1,4 +0,0 @@ -timestamp;text -1623871499055;hello -1623871503078;world -1623871504079;hello
