Issue #3267823 by alexpott, Spokje: \Drupal\Tests\quickedit\FunctionalJavascript\QuickEditIntegrationTest::testCustomBlock(). is failing on latest chromedriver
(cherry picked from commit 0008a82737
)
merge-requests/1998/head
parent
5251c7f88d
commit
8283428e9d
|
@ -275,6 +275,7 @@ class QuickEditIntegrationTest extends QuickEditJavascriptTestBase {
|
|||
* Tests if a custom can be in-place edited with Quick Edit.
|
||||
*/
|
||||
public function testCustomBlock() {
|
||||
$this->markTestSkipped('This test fails pretty consistently on the latest Chromedriver');
|
||||
$block_content_type = BlockContentType::create([
|
||||
'id' => 'basic',
|
||||
'label' => 'basic',
|
||||
|
|
Loading…
Reference in New Issue