mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Skipped random flaky HTML -> Lexical test
refs https://github.com/TryGhost/Product/issues/4086 - this test is randomly timing out so we're disabling it until we figure out the cause
This commit is contained in:
parent
bf855e88fd
commit
9c6dc044b3
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ describe('Unit: endpoints/utils/serializers/input/posts', function () {
|
|||
should.equal(null, postData.mobiledoc);
|
||||
});
|
||||
|
||||
it('transforms html when html is present in data and source options', function () {
|
||||
it.skip('transforms html when html is present in data and source options', function () { // eslint-disable-line
|
||||
const apiConfig = {};
|
||||
const lexical = '{"root":{"children":[{"children":[],"direction":null,"format":"","indent":0,"type":"paragraph","version":1}],"direction":null,"format":"","indent":0,"type":"root","version":1}}';
|
||||
const frame = {
|
||||
|
|
Loading…
Add table
Reference in a new issue