Skip to content

Commit 7dd2a5f

Browse files
revert changes
1 parent 25a598a commit 7dd2a5f

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Test/Integration/Indexing/Product/MultiStoreProductsTest.php

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* @magentoDataFixture Algolia_AlgoliaSearch::Test/Integration/_files/second_website_with_two_stores_and_products.php
1717
* @magentoDbIsolation disabled
1818
* @magentoAppIsolation enabled
19-
* @group problematic
20-
* @group integration
2119
*/
2220
class MultiStoreProductsTest extends MultiStoreTestCase
2321
{
@@ -67,17 +65,9 @@ protected function setUp():void
6765
$this->reindexToAllStores($this->productBatchQueueProcessor);
6866
}
6967

70-
/**
71-
* @group problematic
72-
* @skip Fixture application failing in CI environment
73-
*/
68+
7469
public function testMultiStoreProductIndices()
7570
{
76-
// Skip test in CI environment
77-
if (getenv('CIRCLECI')) {
78-
$this->markTestSkipped('Skipping test in CI environment due to fixture issues');
79-
}
80-
8171
// Check that every store has the right number of products
8272
foreach ($this->storeManager->getStores() as $store) {
8373
$this->assertNbOfRecordsPerStore(

0 commit comments

Comments
 (0)