[Behat / Travis] Removed "search_orm_only" suite because there's no scenarios within that suite

This commit is contained in:
Kamil Kokot 2015-09-15 09:24:07 +02:00
parent 96d81af985
commit adce191764
2 changed files with 0 additions and 18 deletions

View file

@ -350,23 +350,6 @@ default:
filters:
tags: "@search"
search_orm_only:
contexts:
- Sylius\Bundle\SearchBundle\Behat\SearchContext
- Sylius\Bundle\CoreBundle\Behat\HookContext
- Behat\MinkExtension\Context\MinkContext
- Sylius\Bundle\AddressingBundle\Behat\AddressingContext
- Sylius\Bundle\TaxonomyBundle\Behat\TaxonomyContext
- Sylius\Bundle\CoreBundle\Behat\CoreContext
- Sylius\Bundle\ProductBundle\Behat\ProductContext
- Sylius\Bundle\ResourceBundle\Behat\FixtureContext
- Sylius\Bundle\ShippingBundle\Behat\ShippingContext
- Sylius\Bundle\WebBundle\Behat\WebContext
- Sylius\Bundle\MoneyBundle\Behat\MoneyContext
- Sylius\Bundle\ChannelBundle\Behat\ChannelContext
filters:
tags: "@search_orm_only"
channels:
contexts:
- Behat\MinkExtension\Context\MinkContext

View file

@ -14,7 +14,6 @@ bin/behat -s reports -f progress
bin/behat -s taxonomies -f progress
bin/behat -s users -f progress
bin/behat -s search -f progress
bin/behat -s search_orm_only -f progress
bin/behat -s checkout -f progress features/frontend/checkout_addressing.feature
bin/behat -s checkout -f progress features/frontend/checkout_finalize.feature