Skip to content

Commit e667c69

Browse files
test: skip mercurius gateway test
1 parent 4b2b173 commit e667c69

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/mercurius/tests/e2e/code-first-federation.spec.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,11 @@ type User @key(fields: "id") @extends {
136136
});
137137
});
138138

139-
it('should return posts query result from gateway', async () => {
139+
/**
140+
* TODO: Temporarirly skipped due to the following issue:
141+
* https://github.com/mercurius-js/mercurius-gateway/issues/59
142+
*/
143+
it.skip('should return posts query result from gateway', async () => {
140144
return request(gatewayApp.getHttpServer())
141145
.post('/graphql')
142146
.send({

0 commit comments

Comments
 (0)