Skip to content

Commit 5bd53b2

Browse files
committed
Reverted broken tests
1 parent 1dcd80a commit 5bd53b2

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/adapter/etl-adapter-meilisearch/tests/Flow/ETL/Adapter/Meilisearch/Tests/Integration/MeilisearchPHP/MailiSearchTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public function test_batch_size_when_its_not_explicitly_set() : void
6666

6767
public function test_loading_and_extraction_with_limit_and_transformation() : void
6868
{
69-
self::markTestSkipped('Please check https://github.com/flow-php/flow/issues/1282');
7069
$this->meilisearchContext->loadRows(
7170
new Rows(
7271
...\array_map(

src/adapter/etl-adapter-meilisearch/tests/Flow/ETL/Adapter/Meilisearch/Tests/Integration/MeilisearchPHP/MeilisearchExtractorTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ public function test_empty_extraction() : void
5757

5858
public function test_extraction_index_with_from_and_size() : void
5959
{
60-
self::markTestSkipped('Please check https://github.com/flow-php/flow/issues/1282');
61-
6260
$loader = to_meilisearch_bulk_index($this->meilisearchContext->clientConfig(), self::INDEX_NAME);
6361
$loader->load(new Rows(
6462
...\array_map(
@@ -96,8 +94,6 @@ public function test_extraction_index_with_from_and_size() : void
9694

9795
public function test_extraction_index_with_sort() : void
9896
{
99-
self::markTestSkipped('Please check https://github.com/flow-php/flow/issues/1282');
100-
10197
$this->meilisearchContext->client()->index(self::INDEX_NAME)->updateSettings(['sortableAttributes' => ['position']]);
10298

10399
$loader = to_meilisearch_bulk_index($this->meilisearchContext->clientConfig(), self::INDEX_NAME);

0 commit comments

Comments
 (0)