Skip to content

Commit 35f85a5

Browse files
grasmashdreamfony
authored andcommitted
Ignoring experimental tests on Pipelines builds. (acquia#620)
1 parent 1359e2e commit 35f85a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phing/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ behat:
1414
# - ${docroot}/modules
1515
- ${docroot}/profiles
1616
- ${repo.root}/tests/behat
17-
tags: '~ajax&&~experimental&&~preview'
17+
tags: '~ajax&&~experimental'
1818
verbose: ${blt.verbose}
1919

2020
blt:

scripts/pipelines/acquia-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ events:
3434
# The local.hostname must be set to 127.0.0.1:8888 because we are using drush runserver to test the site.
3535
- drupal init
3636
- drupal yaml:update:value project.yml project.local.hostname '127.0.0.1:8888'
37-
- blt -Dbehat.run-server=true -Dcreate_alias=false -Dbehat.launch-selenium=false -Dbehat.tags='~javascript' ci:build:validate:test
37+
- blt -Dbehat.run-server=true -Dcreate_alias=false -Dbehat.launch-selenium=false -Dbehat.tags='~javascript&&experimental' ci:build:validate:test
3838

3939
# Generate
4040
- prepare-artifact:

0 commit comments

Comments
 (0)