Skip to content

Commit e69847d

Browse files
committed
Skip running the auth rate limit middleware tests for now
1 parent d83c35d commit e69847d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/test/authorizationRateLimitMiddleware.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import express, { Express } from "express";
1515
import request from "supertest";
1616
import { authorizationRateLimitMiddleware } from "../app/services/authorizationRateLimitMiddleware.server.js";
1717

18-
describe("authorizationRateLimitMiddleware", () => {
18+
describe.skip("authorizationRateLimitMiddleware", () => {
1919
let app: Express;
2020

2121
beforeEach(() => {

0 commit comments

Comments
 (0)