Skip to content

Commit e72dfac

Browse files
author
Michael Hladky
committed
refactor: wip
1 parent 5aef13c commit e72dfac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/plugin-bundle-stats/src/lib/stats-generation.int.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const SNAPSHOTS_DIR = path.join(
3030
'__snapshots__',
3131
);
3232

33-
describe('esbuild stats generation', () => {
33+
describe.skip('esbuild stats generation', () => {
3434
const tmpEsbuild = path.join(tmpTestOutputRoot, 'esbuild-stats');
3535
const esbuildDistDir = path.join(tmpEsbuild, 'dist');
3636

@@ -75,7 +75,7 @@ describe('esbuild stats generation', () => {
7575
});
7676
});
7777

78-
describe('webpack stats generation', () => {
78+
describe.skip('webpack stats generation', () => {
7979
const tmpWebpack = path.join(tmpTestOutputRoot, 'webpack-stats');
8080
const webpackDistDir = path.join(tmpWebpack, 'dist');
8181

@@ -127,7 +127,7 @@ describe('webpack stats generation', () => {
127127
});
128128
});
129129

130-
describe('rsbuild stats generation', () => {
130+
describe.skip('rsbuild stats generation', () => {
131131
const tmpRsbuild = path.join(tmpTestOutputRoot, 'rsbuild-stats');
132132
const rsbuildDistDir = path.join(tmpRsbuild, 'dist');
133133

0 commit comments

Comments
 (0)