mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-16 14:27:24 -07:00
test(cli): mark problematic tests as sequential to stabilize CI
This commit is contained in:
@@ -60,7 +60,7 @@ vi.mock('./components/Footer.js', async () => {
|
||||
};
|
||||
});
|
||||
|
||||
describe('App', () => {
|
||||
describe.sequential('App', () => {
|
||||
beforeEach(() => {
|
||||
(useIsScreenReaderEnabled as Mock).mockReturnValue(false);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user