From 4ffccae0486d4cb8f24c5ee36fd1467743ee3283 Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Tue, 20 Dec 2016 09:24:07 -0500 Subject: [PATCH] Ignoring @lightningextension tests 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 c410bc1f8..4e332e2ce 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&&~lightningextension' -Dblt.verbose=true ci:build:validate:test # Generate - prepare-artifact: