Skip to content

Commit

Permalink
skip RoughRider3.vst3 test
Browse files Browse the repository at this point in the history
  • Loading branch information
DBraun committed Sep 18, 2023
1 parent 8867ac0 commit 8f06650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
CIBW_ARCHS: auto64
CIBW_ARCHS_MACOS: ${{matrix.ARCHS}}
CIBW_ENVIRONMENT_MACOS: ARCHS="${{matrix.ARCHS}}"
CIBW_TEST_SKIP: "*311* *arm64*" # Skip 311 because some vst effects output silence on GitHub Actions only
CIBW_TEST_SKIP: "*arm64*"

- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion tests/dawdreamer_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def is_pytesting():
append_if_exists(ALL_PLUGIN_EFFECTS, PLUGINS / "DimensionExpander.component")

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

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

0 comments on commit 8f06650

Please sign in to comment.