Skip to content

Commit

Permalink
keep BC with 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Mar 7, 2024
1 parent 604f078 commit 16cab73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion features/setup/multirepository/multirepository.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: Multirepository setup for testing

@multirepository @lse
@multirepository
Scenario: Set up new repository and make the default one unaccessible
Given I set configuration to "doctrine.dbal" in "config/packages/doctrine.yaml"
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: Multirepository setup for testing with Elastic

@multirepository @elastic
@elastic
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: Multirepository setup for testing with Solr

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

0 comments on commit 16cab73

Please sign in to comment.