diff --git a/core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingTest.php b/core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingTest.php index e9b37d1..f783608 100644 --- a/core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingTest.php +++ b/core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingTest.php @@ -32,9 +32,6 @@ public function testWithBrokenRouting() { \Drupal::state()->set('update_script_test_broken_inbound', TRUE); $this->runUpdates(); - \Drupal::state()->set('update_script_test_broken_inbound', FALSE); - $this->drupalGet(''); - $this->assertResponse(200); } }