From d6bc614643a3e9179fc4fd25493dc99194eacc4c Mon Sep 17 00:00:00 2001
From: Lee Rowlands <lee.rowlands@previousnext.com.au>
Date: Sat, 10 Aug 2019 07:02:55 +1000
Subject: [PATCH] Issue #2982060 by Wim Leers: Un-skip skipped JSON:API tests
 because LinkNotExistingInternalConstraintValidator is no longer incorrectly
 bubbling cacheability

---
 .../tests/src/Functional/ShortcutTest.php     | 21 -------------------
 1 file changed, 21 deletions(-)

diff --git a/core/modules/jsonapi/tests/src/Functional/ShortcutTest.php b/core/modules/jsonapi/tests/src/Functional/ShortcutTest.php
index 9fc53b988e7e..1cbb9caeddf8 100644
--- a/core/modules/jsonapi/tests/src/Functional/ShortcutTest.php
+++ b/core/modules/jsonapi/tests/src/Functional/ShortcutTest.php
@@ -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}
    */
-- 
GitLab