From 4abefb0d0f15ca6abdc71f46c58ffe013185df6d Mon Sep 17 00:00:00 2001 From: Christopher Gervais Date: Sat, 19 Mar 2016 01:25:47 -0400 Subject: [PATCH] Ignore disabled tests. --- behat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/behat.yml b/behat.yml index 3ad2af5..c24bc58 100644 --- a/behat.yml +++ b/behat.yml @@ -15,5 +15,5 @@ default: blackbox: ~ gherkin: filters: - tags: "~@wip&&~@slow" + tags: "~@wip&&~@slow&&~@disabled"