1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00

Add ignore to offline licensing test

This commit is contained in:
Rory Powell 2023-07-25 11:12:36 +01:00
parent 0d08a38ec7
commit 6aac59c248
2 changed files with 3 additions and 3 deletions

View file

@ -49,6 +49,7 @@ export default class AccountInternalAPIClient {
requestOptions.headers = {
...requestOptions.headers,
...{ [Header.API_KEY]: env.ACCOUNT_PORTAL_API_KEY },
cookie: ""
}
}

View file

@ -14,9 +14,8 @@ describe("offline", () => {
})
// TODO: Currently requires a self host install + account portal
// How do we flag this as a self host specific test?
it("creates, activates and deletes offline license", async () => {
// Ignored until we set this up
xit("creates, activates and deletes offline license", async () => {
// installation: Delete any token
await config.internalApi.license.deleteOfflineLicenseToken()