diff options
Diffstat (limited to 'service')
| -rwxr-xr-x | service/go | 2 | ||||
| -rw-r--r-- | service/test/functional/features/smoke.feature | 2 | 
2 files changed, 2 insertions, 2 deletions
@@ -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  | 
