Skip to content

Commit

Permalink
Skip unstable test
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuqingSong committed Feb 12, 2025
1 parent 01531e2 commit e84ab9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ describe('Paste with clipboardData', () => {
expect(mergePasteContentSpy.calls.argsFor(0)[2]).toBeTrue();
});

it('Second paste', () => {
xit('Second paste', () => {
clipboardData.rawHtml = '';
clipboardData.modelBeforePaste = {
blockGroupType: 'Document',
Expand Down

0 comments on commit e84ab9c

Please sign in to comment.