Skip to content

Commit a48f653

Browse files
[FTR] Skipped Attack Discovery Schedules Tests for FIPS (elastic#229125)
## Summary We intentionally need to skip this test for FIPS due to [FIPS overrides](https://github.com/elastic/kibana/blob/542a56b4829643d05c47bcc47485dd9baaacea32/packages/kbn-test/src/functional_tests/lib/fips_overrides.ts). Added `skipFIPS` tag ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
1 parent 4b3e649 commit a48f653

File tree

1 file changed

+1
-0
lines changed
  • x-pack/test/security_solution_api_integration/test_suites/genai/attack_discovery/schedules/basic_license_essentials_tier

1 file changed

+1
-0
lines changed

x-pack/test/security_solution_api_integration/test_suites/genai/attack_discovery/schedules/basic_license_essentials_tier/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { FtrProviderContext } from '../../../../../ftr_provider_context';
99

1010
export default function ({ loadTestFile }: FtrProviderContext) {
1111
describe('GenAI - Attack Discovery Schedules APIs', function () {
12+
this.tags('skipFIPS');
1213
loadTestFile(require.resolve('./common.ess.ts'));
1314
});
1415
}

0 commit comments

Comments
 (0)