Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' of https://github.com/rrweb-io/rrweb into attri…
…bute-order
  • Loading branch information
Juice10 committed Sep 17, 2022
commit d067a972eff931512f4c80f8c3303f351c36e1f6
3 changes: 2 additions & 1 deletion packages/rrweb-snapshot/test/rebuild.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ describe('rebuild', function () {
expect(addHoverClass(cssText, cache)).toEqual(cssText);
});

it('benchmark', () => {
// this benchmark is unreliable when run in parallel with other tests
it.skip('benchmark', () => {
const cssText = fs.readFileSync(
path.resolve(__dirname, './css/benchmark.css'),
'utf8',
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.