Skip to content

Commit

Permalink
Attempt to fix stalling CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
dariober committed Jan 13, 2025
1 parent 8f5f443 commit 5e40f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-cli/src/test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void describe('Test CLI', () => {
p = new Shell(`${apollo} status ${P}`)
assert.strictEqual(p.stdout.trim(), 'testAdmin: Logged out')

new Shell(`${apollo} login ${P} -f`)
// new Shell(`${apollo} login ${P} -f`)
})

void globalThis.itName('Feature get', () => {
Expand Down

0 comments on commit 5e40f55

Please sign in to comment.