Files
gridpilot.gg/tests/e2e/automation.e2e.test.ts
2025-11-30 23:00:48 +01:00

15 lines
492 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import { describe } from 'vitest';
/**
* Legacy real automation smoke suite.
*
* Native OS-level automation has been removed.
* Real iRacing automation is not currently supported.
*
* This file is retained only as historical documentation and is
* explicitly skipped so it does not participate in normal E2E runs.
*/
describe.skip('Real automation smoke REAL iRacing Website (native automation removed)', () => {
// No-op: native OS-level real automation has been removed.
});