Issue #3351607 by schlaukopf, xjm: Skip numerous functional JS tests that repeatedly break HEAD

(cherry picked from commit 70cfa8b4f7)
merge-requests/2001/head
xjm 2023-04-06 17:04:13 -05:00
parent 3662679851
commit 5d6fe67ff1
No known key found for this signature in database
GPG Key ID: 206B0B8743BDF4C2
2 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,8 @@ class InlineBlockPrivateFilesTest extends InlineBlockTestBase {
* Tests access to private files added to inline blocks in the layout builder.
*/
public function testPrivateFiles() {
// Skipped due to frequent random test failures.
$this->markTestSkipped();
$assert_session = $this->assertSession();
$this->drupalLogin($this->drupalCreateUser([
'access contextual links',

View File

@ -350,6 +350,8 @@ class InlineBlockTest extends InlineBlockTestBase {
* Tests that entity blocks deleted correctly.
*/
public function testDeletion() {
// Skipped due to frequent random test failures.
$this->markTestSkipped();
/** @var \Drupal\Core\Cron $cron */
$cron = \Drupal::service('cron');
/** @var \Drupal\layout_builder\InlineBlockUsageInterface $usage */