We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2b173 commit e667c69Copy full SHA for e667c69
packages/mercurius/tests/e2e/code-first-federation.spec.ts
@@ -136,7 +136,11 @@ type User @key(fields: "id") @extends {
136
});
137
138
139
- it('should return posts query result from gateway', async () => {
+ /**
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 () => {
144
return request(gatewayApp.getHttpServer())
145
.post('/graphql')
146
.send({
0 commit comments