Temporarily disable UI tests (#406)

* Temporarily disable UI tests

- Too many sporadic errors occlude actual problems; see #400
- These tests will be re-enabled once the big refactor is complete

* Write changelog
This commit is contained in:
cyqsimon
2024-04-16 10:36:32 +08:00
committed by GitHub
parent 47378f66eb
commit d9fa0894a3
5 changed files with 11 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ jobs:
done
- name: Run clippy
run: ${{ matrix.cargo }} clippy --all-targets --all-features --target ${{ matrix.target }} -- -D warnings
run: ${{ matrix.cargo }} clippy --all-targets --target ${{ matrix.target }} -- -D warnings
- name: Install npcap on Windows
# PRs from other repositories cannot be trusted with repository secrets
@@ -145,7 +145,7 @@ jobs:
env:
# make insta generate new snapshots in CI
INSTA_UPDATE: new
run: ${{ matrix.cargo }} test --all-targets --all-features --target ${{ matrix.target }}
run: ${{ matrix.cargo }} test --all-targets --target ${{ matrix.target }}
- name: Upload snapshots of failed tests
if: ${{ failure() && steps.run_tests.outcome == 'failure' }}