File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Test/Integration/Indexing/Product Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 16
16
* @magentoDataFixture Algolia_AlgoliaSearch::Test/Integration/_files/second_website_with_two_stores_and_products.php
17
17
* @magentoDbIsolation disabled
18
18
* @magentoAppIsolation enabled
19
- * @group problematic
20
- * @group integration
21
19
*/
22
20
class MultiStoreProductsTest extends MultiStoreTestCase
23
21
{
@@ -67,17 +65,9 @@ protected function setUp():void
67
65
$ this ->reindexToAllStores ($ this ->productBatchQueueProcessor );
68
66
}
69
67
70
- /**
71
- * @group problematic
72
- * @skip Fixture application failing in CI environment
73
- */
68
+
74
69
public function testMultiStoreProductIndices ()
75
70
{
76
- // Skip test in CI environment
77
- if (getenv ('CIRCLECI ' )) {
78
- $ this ->markTestSkipped ('Skipping test in CI environment due to fixture issues ' );
79
- }
80
-
81
71
// Check that every store has the right number of products
82
72
foreach ($ this ->storeManager ->getStores () as $ store ) {
83
73
$ this ->assertNbOfRecordsPerStore (
You can’t perform that action at this time.
0 commit comments