Skip to content

Commit bf11adb

Browse files
committed
feat: update labels for options-middleware.test.js
1 parent c4233e1 commit bf11adb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/e2e/options-middleware.test.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const createWaiting = () => {
2323
};
2424
};
2525

26-
describe("handle options-request correctly", () => {
26+
describe("handle options-request correctly", { tag: "@fails" }, () => {
2727
test("should response with 200 http code", async ({ page }) => {
2828
const compiler = webpack(config);
2929
const [portForServer, portForApp] = port;
@@ -91,10 +91,6 @@ describe("handle options-request correctly", () => {
9191
htmlUrl,
9292
);
9393

94-
/// DEBUG ///
95-
console.log(responseStatus);
96-
///
97-
9894
expect(responseStatus.sort()).toEqual([200, 204]);
9995
} catch (error) {
10096
throw error;

0 commit comments

Comments
 (0)