summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xservice/go2
-rw-r--r--service/test/functional/features/smoke.feature2
2 files changed, 2 insertions, 2 deletions
diff --git a/service/go b/service/go
index 7df9111b..8ceae7db 100755
--- a/service/go
+++ b/service/go
@@ -119,7 +119,7 @@ function runFunctionalTests {
echo "Executing Functional Tests on headless PhantomJS."
removeZmqCertificates
echo "You should execute it on Debian box for more similar results with CI environment."
- behave --tags ~@wip test/functional/features
+ behave --tags ~@wip --tags ~@smoke test/functional/features
echo "Done."
}
diff --git a/service/test/functional/features/smoke.feature b/service/test/functional/features/smoke.feature
index 1839539e..724c680c 100644
--- a/service/test/functional/features/smoke.feature
+++ b/service/test/functional/features/smoke.feature
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
-@smoke @wip
+@smoke
Feature: sign up, login and logout
As a visitor of Pixelated
I want to sign up