Add ignore to offline licensing test
This commit is contained in:
parent
0d08a38ec7
commit
6aac59c248
|
@ -49,6 +49,7 @@ export default class AccountInternalAPIClient {
|
||||||
requestOptions.headers = {
|
requestOptions.headers = {
|
||||||
...requestOptions.headers,
|
...requestOptions.headers,
|
||||||
...{ [Header.API_KEY]: env.ACCOUNT_PORTAL_API_KEY },
|
...{ [Header.API_KEY]: env.ACCOUNT_PORTAL_API_KEY },
|
||||||
|
cookie: ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,9 +14,8 @@ describe("offline", () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
// TODO: Currently requires a self host install + account portal
|
// TODO: Currently requires a self host install + account portal
|
||||||
// How do we flag this as a self host specific test?
|
// Ignored until we set this up
|
||||||
|
xit("creates, activates and deletes offline license", async () => {
|
||||||
it("creates, activates and deletes offline license", async () => {
|
|
||||||
// installation: Delete any token
|
// installation: Delete any token
|
||||||
await config.internalApi.license.deleteOfflineLicenseToken()
|
await config.internalApi.license.deleteOfflineLicenseToken()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue