diff options
Diffstat (limited to 'tests/api-testing/REST/Transform.js')
-rw-r--r-- | tests/api-testing/REST/Transform.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/api-testing/REST/Transform.js b/tests/api-testing/REST/Transform.js index b0b37f94767b..8251d6f1189a 100644 --- a/tests/api-testing/REST/Transform.js +++ b/tests/api-testing/REST/Transform.js @@ -1321,7 +1321,7 @@ describe( '/transform/ endpoint', function () { .end( done ); } ); - // FIXME: Pagebundle validation in general is needed + // FIXME: This test never passed. Pagebundle validation in general is needed // Support for transforming from/to pagebundle is disabled in production. it.skip( 'should return http 400 if supplied data-parsoid is a string', function ( done ) { client.req |