From a9963c54c9fca2b071d8c715ffa17b0e2c183a43 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 1 Oct 2018 20:21:26 +0100 Subject: Fix storage tests so they run, but not by default --- .busted | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.busted') diff --git a/.busted b/.busted index 8e444f9c..f5f9472e 100644 --- a/.busted +++ b/.busted @@ -2,9 +2,12 @@ return { _all = { }, default = { - ["exclude-tags"] = "mod_bosh"; - }, + ["exclude-tags"] = "mod_bosh,storage"; + }; bosh = { tags = "mod_bosh"; - } + }; + storage = { + tags = "storage"; + }; } -- cgit v1.2.3