Skip to content
Snippets Groups Projects

Unskip test

Closed Michael Strelan requested to merge issue/drupal-3351516:3351516-unskip into 11.x
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -23,8 +23,6 @@ class MediaSourceFileTest extends MediaSourceTestBase {
* Tests the file media source.
*/
public function testMediaFileSource(): void {
// Skipped due to frequent random test failures.
$this->markTestSkipped();
$media_type_id = 'test_media_file_type';
$source_field_id = 'field_media_file';
$provided_fields = [
Loading