From c347104baf88cd63c5d0635b1c053c5a54f96479 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Tue, 29 Oct 2024 08:20:19 +0100 Subject: [PATCH] Remove skip exclusion for GridFS tests --- tests/UnifiedSpecTests/UnifiedSpecTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/UnifiedSpecTests/UnifiedSpecTest.php b/tests/UnifiedSpecTests/UnifiedSpecTest.php index 39d893e3d..46ce8adbe 100644 --- a/tests/UnifiedSpecTests/UnifiedSpecTest.php +++ b/tests/UnifiedSpecTests/UnifiedSpecTest.php @@ -64,10 +64,6 @@ class UnifiedSpecTest extends FunctionalTestCase 'index-management/search index operations ignore read and write concern: listSearchIndexes ignores read and write concern' => 'libmongoc appends readConcern to aggregate command', // Uses an invalid object name 'run-command/runCursorCommand: does not close the cursor when receiving an empty batch' => 'Uses an invalid object name', - // GridFS deprecated fields are removed - 'gridfs/gridfs-upload-disableMD5: upload when length is 0 sans MD5' => 'Deprecated fields are removed', - 'gridfs/gridfs-upload-disableMD5: upload when length is 1 sans MD5' => 'Deprecated fields are removed', - 'gridfs/gridfs-upload: upload when contentType is provided' => 'Deprecated fields are removed', ]; /**