Use noci tag for disabling bass test

This commit is contained in:
Skye Deving 2021-01-07 04:44:10 -06:00
parent 75dd544e5d
commit d73acf4d0d
2 changed files with 2 additions and 3 deletions

View File

@ -74,7 +74,6 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build/test
shell: bash
# Skipping tests for bass since no audio device
run: |
ln -s ../../test/*.png .
QT_QPA_PLATFORM=offscreen ./test ~[bass] ~[noci]
QT_QPA_PLATFORM=offscreen ./test ~[noci]

View File

@ -7,7 +7,7 @@
#include "bass.h"
#include "bassopus.h"
TEST_CASE("BASS URL streaming", "[bass]") {
TEST_CASE("BASS URL streaming", "[bass][noci]") {
// Sample
QString url = "https://raw.githubusercontent.com/skyedeving/aocharedit/master/Attorney%20Online%20Character%20Editor/Resources/about.mp3";