Skip to content
Snippets Groups Projects
Commit f64cd3e0 authored by catch's avatar catch
Browse files

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

parent 27f9fa66
No related branches found
No related tags found
No related merge requests found
......@@ -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'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment