summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin van Leeuwen <edwinvanl@tuta.io>2022-06-18 12:30:11 +0100
committerEdwin van Leeuwen <edwinvanl@tuta.io>2022-06-18 12:30:11 +0100
commit69cca38f7e467fff8df9ab79da249acac49c56b2 (patch)
tree9194e4ccb1e35f6559fe7584c13b64722d20eab3
parente8aff126cfc61b752ae132b41d0885e8f14304fc (diff)
test: Skip slow api test by default
-rw-r--r--test/catch_twitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/catch_twitter.cpp b/test/catch_twitter.cpp
index 59c98a0..637baad 100644
--- a/test/catch_twitter.cpp
+++ b/test/catch_twitter.cpp
@@ -93,7 +93,7 @@ SCENARIO("We can extract first line to use it as a title") {
REQUIRE(split_first_line[2] == "c\nd");
}
-SCENARIO("We can use the path API", "[api]") {
+SCENARIO("We can use the path API", "[.api]") {
twitter::state state;
twitter::setup(state, config::defaultConfig());