mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Defend Workflows][FTR][8.12] Reenable trusted apps list FTR (#174325)
## Summary Manual backport of the PR below, in order to be able to run the flaky test runner on 8.12, too: - #174186 flaky runner: - 100x https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4760 100/100 ✅
This commit is contained in:
parent
302ad1c1a1
commit
1592d9a48f
1 changed files with 2 additions and 4 deletions
|
@ -16,8 +16,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
const browser = getService('browser');
|
||||
const endpointTestResources = getService('endpointTestResources');
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/171481
|
||||
describe.skip('When on the Trusted Apps list', function () {
|
||||
describe('When on the Trusted Apps list', function () {
|
||||
targetTags(this, ['@ess', '@serverless']);
|
||||
|
||||
let indexedData: IndexedHostsAndAlertsResponse;
|
||||
|
@ -34,8 +33,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
await testSubjects.missingOrFail('header-page-title');
|
||||
});
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/171481
|
||||
it.skip('should be able to add a new trusted app and remove it', async () => {
|
||||
it('should be able to add a new trusted app and remove it', async () => {
|
||||
const SHA256 = 'A4370C0CF81686C0B696FA6261c9d3e0d810ae704ab8301839dffd5d5112f476';
|
||||
|
||||
// Add it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue