Skip to content

Commit

Permalink
no only
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Oct 10, 2024
1 parent ed14232 commit f3ec8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/e2e/deployments.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const checkAssets = async (testCases: AssetTestCase[], deployedUrl: string) => {
}
};

describe.only("Workers + Assets deployment", { timeout: TIMEOUT }, () => {
describe("Workers + Assets deployment", { timeout: TIMEOUT }, () => {
let deployedUrl: string;
const helper = new WranglerE2ETestHelper();
afterAll(async () => {
Expand Down

0 comments on commit f3ec8d4

Please sign in to comment.