We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebe2429 + e1caa19 commit 6214e3aCopy full SHA for 6214e3a
1 file changed
tests/lib/Files/ObjectStore/S3Test.php
@@ -134,6 +134,10 @@ public function dataFileSizes() {
134
135
/** @dataProvider dataFileSizes */
136
public function testFileSizes($size) {
137
+ if (str_starts_with(PHP_VERSION, '8.3') && getenv('CI')) {
138
+ $this->markTestSkipped('Test is unreliable and skipped on 8.3');
139
+ }
140
+
141
$this->cleanupAfter('testfilesizes');
142
$s3 = $this->getInstance();
143
0 commit comments