summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/test/test_example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/test/test_example.cpp b/src/drivers/test/test_example.cpp
index 34de41ed..ef90cf8f 100644
--- a/src/drivers/test/test_example.cpp
+++ b/src/drivers/test/test_example.cpp
@@ -4,6 +4,6 @@ TEST_CASE("Example test case", "[cooltag]") {
REQUIRE ( 1 == 1 );
}
-TEST_CASE("test that doesn't run", "[cooltag][ignore]") {
+TEST_CASE("test that doesn't run", "[cooltag][!mayfail]") {
REQUIRE ( 0 == 1 );
}