Remove focus test.
This commit is contained in:
parent
0e6b3c258a
commit
2750b806c2
|
@ -638,7 +638,7 @@ if (datasources.length) {
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
it.only("should be able to export and reimport a schema", async () => {
|
it("should be able to export and reimport a schema", async () => {
|
||||||
let { schema } = await config.api.datasource.externalSchema(
|
let { schema } = await config.api.datasource.externalSchema(
|
||||||
datasource
|
datasource
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue