Skip to content

Commit efe2e2d

Browse files
committed
formally skip() this test
1 parent 22c121f commit efe2e2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

routes/__tests__/bulkUpdate.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ routeTester.use(express.urlencoded({ extended: false }))
1818
// Mount our own /bulkCreate route without auth that will use controller.bulkCreate
1919
routeTester.use("/bulkUpdate", [addAuth, controller.bulkUpdate])
2020

21-
it("'/bulkUpdate' route functions", async () => {
21+
it.skip("'/bulkUpdate' route functions", async () => {
2222
// TODO without hitting the v1/id/11111 object because it is already abused.
2323
})

0 commit comments

Comments
 (0)