Skip to content
Snippets Groups Projects
Verified Commit d6bc6146 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #2982060 by Wim Leers: Un-skip skipped JSON:API tests because...

Issue #2982060 by Wim Leers: Un-skip skipped JSON:API tests because LinkNotExistingInternalConstraintValidator is no longer incorrectly bubbling cacheability
parent 7ad0fcb2
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -146,27 +146,6 @@ protected function getExpectedUnauthorizedAccessMessage($method) {
return "The shortcut set must be the currently displayed set for the user and the user must have 'access shortcuts' AND 'customize shortcut links' permissions.";
}
/**
* {@inheritdoc}
*/
public function testPostIndividual() {
$this->markTestSkipped('Disabled until https://www.drupal.org/project/drupal/issues/2982060 is fixed.');
}
/**
* {@inheritdoc}
*/
public function testRelationships() {
$this->markTestSkipped('Disabled until https://www.drupal.org/project/drupal/issues/2982060 is fixed.');
}
/**
* {@inheritdoc}
*/
public function testPatchIndividual() {
$this->markTestSkipped('Disabled until https://www.drupal.org/project/drupal/issues/2982060 is fixed.');
}
/**
* {@inheritdoc}
*/
......
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