Skip to content

Commit

Permalink
test: Skip hanging Parent/Child test (#10353)
Browse files Browse the repository at this point in the history
* Skip test

* Whoops, skipped the wrong test
  • Loading branch information
jdamore-linode authored Apr 10, 2024
1 parent fd83b3a commit ffa008c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ describe('Parent/Child account switching', () => {
* - Confirms that Parent account information is displayed in user menu button after switch.
* - Confirms that Cloud updates local storage auth values upon account switch.
*/
it('can switch from Proxy user back to Parent account user from Billing page', () => {
it.skip('can switch from Proxy user back to Parent account user from Billing page', () => {
const mockParentToken = randomString(32);
const mockParentExpiration = DateTime.now().plus({ minutes: 15 }).toISO();

Expand Down

0 comments on commit ffa008c

Please sign in to comment.