[Security Solution] Narrow down the skipped tests in Policy (#122578)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Kevin Logan 2022-01-10 15:55:52 -05:00 committed by GitHub
parent a5072041f2
commit 4d47cb793b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -236,8 +236,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
);
};
// Failing: See https://github.com/elastic/kibana/issues/100236
describe.skip('When on the Endpoint Policy Details Page', function () {
describe('When on the Endpoint Policy Details Page', function () {
let indexedData: IndexedHostsAndAlertsResponse;
before(async () => {
@ -539,7 +538,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await pageObjects.policy.waitForCheckboxSelectionChange('policyWindowsEvent_dns', false);
});
it('should preserve updates done from the Fleet form', async () => {
// Failing: See https://github.com/elastic/kibana/issues/100236
it.skip('should preserve updates done from the Fleet form', async () => {
// Fleet has its own form inputs, like description. When those are updated, the changes
// are also dispatched to the embedded endpoint Policy form. Update to the Endpoint Policy
// form after that should preserve the changes done on the Fleet form