Skip to content

Commit 8f06650

Browse files
committed
skip RoughRider3.vst3 test
1 parent 8867ac0 commit 8f06650

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
CIBW_ARCHS: auto64
213213
CIBW_ARCHS_MACOS: ${{matrix.ARCHS}}
214214
CIBW_ENVIRONMENT_MACOS: ARCHS="${{matrix.ARCHS}}"
215-
CIBW_TEST_SKIP: "*311* *arm64*" # Skip 311 because some vst effects output silence on GitHub Actions only
215+
CIBW_TEST_SKIP: "*arm64*"
216216

217217
- uses: actions/upload-artifact@v3
218218
with:

tests/dawdreamer_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def is_pytesting():
8888
append_if_exists(ALL_PLUGIN_EFFECTS, PLUGINS / "DimensionExpander.component")
8989

9090
# append_if_exists(ALL_PLUGIN_EFFECTS, PLUGINS / "RoughRider3.vst") # sometimes returns array of zeros in GitHub Action
91-
append_if_exists(ALL_PLUGIN_EFFECTS, PLUGINS / "RoughRider3.vst3")
91+
# append_if_exists(ALL_PLUGIN_EFFECTS, PLUGINS / "RoughRider3.vst3") # sometimes outputs silence on GitHub action macOS Python 3.9
9292
append_if_exists(ALL_PLUGIN_EFFECTS, PLUGINS / "RoughRider3.component")
9393

9494
# # todo: the Valhalla Freq Echo plugins sometimes work and sometimes just output NAN.

0 commit comments

Comments
 (0)