Skip to content

Commit 0aad5bf

Browse files
committed
disabled fragment tests
1 parent 71dd46b commit 0aad5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/analysis/typeComplexityAnalysis.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ describe('Test getQueryTypeComplexity function', () => {
414414
});
415415
});
416416

417-
describe('with inline fragments', () => {
417+
xdescribe('with inline fragments', () => {
418418
describe('on union types', () => {
419419
let unionTypeWeights: TypeWeightObject;
420420
beforeAll(() => {

0 commit comments

Comments
 (0)