Skip to content

Commit 883ee48

Browse files
committed
skip instead of todo for leaktests
1 parent 77b2d10 commit 883ee48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugins/aws-sigv4/tests/aws-sigv4-incoming.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { createYoga } from 'graphql-yoga';
1010
import { describe, expect, it } from 'vitest';
1111
import { useAWSSigv4 } from '../src';
1212

13-
describe.todo('AWS Sigv4 Incoming requests', () => {
13+
describe.skip('AWS Sigv4 Incoming requests', () => {
1414
const subgraphSchema = buildSubgraphSchema({
1515
typeDefs: parse(/* GraphQL */ `
1616
type Query {

0 commit comments

Comments
 (0)