Commit 70d0d700 authored by catch's avatar catch
Browse files

Issue #3400311 by kim.pepper: Skip AjaxTest::testAjaxFocus() due to random test failures

(cherry picked from commit f64cd3e0)
parent 07830391
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -295,6 +295,7 @@ public function testUiAjaxException() {
   * Tests ajax focus handling.
   */
  public function testAjaxFocus() {
    $this->markTestSkipped("Skipped due to frequent random test failures. See https://www.drupal.org/project/drupal/issues/3396536");
    $this->drupalGet('/ajax_forms_test_get_form');

    $this->assertNotNull($select = $this->assertSession()->elementExists('css', '#edit-select'));