From 8126c15e8cb63c895c02f7bbdb3245e3012765ef Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Wed, 7 Dec 2016 12:22:09 -0500 Subject: [PATCH] Ignoring experimental tags in acquia-pipelines.yml. --- scripts/pipelines/acquia-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pipelines/acquia-pipelines.yml b/scripts/pipelines/acquia-pipelines.yml index aec4d9ff9..1527bbfbc 100644 --- a/scripts/pipelines/acquia-pipelines.yml +++ b/scripts/pipelines/acquia-pipelines.yml @@ -28,7 +28,7 @@ events: # The local.hostname must be set to 127.0.0.1:8888 because we are using drush runserver to test the site. - drupal init - drupal yaml:update:value blt/project.yml project.local.hostname '127.0.0.1:8888' - - blt -Dbehat.run-server=true -Dcreate_alias=false -Dbehat.launch-selenium=false -Dbehat.tags='~javascript~&&experimental' -Dblt.verbose=true ci:build:validate:test + - blt -Dbehat.run-server=true -Dcreate_alias=false -Dbehat.launch-selenium=false -Dbehat.tags='~javascript~&&~experimental' -Dblt.verbose=true ci:build:validate:test # Generate - prepare-artifact: