mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
fix(infra) - Reenable github test (#10839)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
@@ -49,8 +49,7 @@ describe('setupGithubCommand', async () => {
|
|||||||
if (scratchDir) await fs.rm(scratchDir, { recursive: true });
|
if (scratchDir) await fs.rm(scratchDir, { recursive: true });
|
||||||
});
|
});
|
||||||
|
|
||||||
//TODO - https://github.com/google-gemini/gemini-cli/issues/10740
|
it('returns a tool action to download github workflows and handles paths', async () => {
|
||||||
it.skip('returns a tool action to download github workflows and handles paths', async () => {
|
|
||||||
const fakeRepoOwner = 'fake';
|
const fakeRepoOwner = 'fake';
|
||||||
const fakeRepoName = 'repo';
|
const fakeRepoName = 'repo';
|
||||||
const fakeRepoRoot = scratchDir;
|
const fakeRepoRoot = scratchDir;
|
||||||
|
|||||||
Reference in New Issue
Block a user