.../src/Functional/EntityResource/File/FileHalJsonAnonTest.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/modules/hal/tests/src/Functional/EntityResource/File/FileHalJsonAnonTest.php b/core/modules/hal/tests/src/Functional/EntityResource/File/FileHalJsonAnonTest.php index cfead8c..ff89f74 100644 --- a/core/modules/hal/tests/src/Functional/EntityResource/File/FileHalJsonAnonTest.php +++ b/core/modules/hal/tests/src/Functional/EntityResource/File/FileHalJsonAnonTest.php @@ -100,4 +100,12 @@ protected function getExpectedCacheContexts() { ]; } + /** + * {@inheritdoc} + */ + public function testPatch() { + // @todo https://www.drupal.org/node/1927648 + $this->markTestSkipped(); + } + }