From d73acf4d0d138efa7e85ed45c2f2df3ef2b99d96 Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Thu, 7 Jan 2021 04:44:10 -0600 Subject: Use noci tag for disabling bass test --- test/test_bass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_bass.cpp b/test/test_bass.cpp index 24357492..f5f9198d 100644 --- a/test/test_bass.cpp +++ b/test/test_bass.cpp @@ -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"; -- cgit