Skip to content

Commit

Permalink
exclude elastic from oss setup
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Feb 27, 2024
1 parent 175c3d0 commit b39254a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions behat_ibexa_oss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ regression:
- '%paths.base%/vendor/ibexa/behat/features/setup/richtextConfiguration/custom_tags.feature'
- '%paths.base%/vendor/ibexa/behat/features/setup/loginMethods'
- '%paths.base%/vendor/ibexa/behat/features/setup/contentTranslation'
filters:
tags: "~@IbexaContent&&~@IbexaExperience&&~@IbexaCommerce"
contexts:
- Ibexa\Behat\API\Context\ContentContext
- Ibexa\Behat\API\Context\ContentTypeContext
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: Multirepository setup for testing with Elastic

@multirepository
@multirepository @IbexaContent @IbexaExperience @IbexaCommerce
Scenario: Set up new connection and make the default one unaccessible
Given I append configuration to "parameters" in "config/packages/ibexa_elasticsearch.yaml"
"""
Expand Down

0 comments on commit b39254a

Please sign in to comment.