Commit 161521a6 authored by catch's avatar catch
Browse files

Issue #3372783 by Spokje: Re-enable...

Issue #3372783 by Spokje: Re-enable \Drupal\Tests\taxonomy\Functional\Rest\VocabularyJsonAnonTest::testGet

(cherry picked from commit 88007051)
parent 71433183
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -26,12 +26,4 @@ class VocabularyJsonAnonTest extends VocabularyResourceTestBase {
   */
  protected $defaultTheme = 'stark';

  /**
   * Disable the GET test coverage due to bug in taxonomy module.
   * @todo Fix in https://www.drupal.org/node/2805281: remove this override.
   */
  public function testGet() {
    $this->markTestSkipped();
  }

}