We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1807de commit 39f2e57Copy full SHA for 39f2e57
tests/webpack-test/Compiler.test.js
@@ -433,7 +433,7 @@ describe("Compiler", () => {
433
if (err) return done();
434
});
435
436
- it("should not be running twice at a time (watch)", done => {
+ it.skip("should not be running twice at a time (watch)", done => {
437
const webpack = require("@rspack/core");
438
compiler = webpack({
439
context: __dirname,
@@ -471,7 +471,7 @@ describe("Compiler", () => {
471
472
473
474
- it("should not be running twice at a time (watch - run)", done => {
+ it.skip("should not be running twice at a time (watch - run)", done => {
475
476
477
0 commit comments