[Security Solution] Unskip isolate from timeline test (#169479)

## Summary

Resolves: https://github.com/elastic/kibana/issues/165344

The above test was skipped some time back due to a legitimate but that
caused an error toast to show up and block a button. It has since been
resolved, so unskipping here.


### 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

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Kevin Logan 2023-11-02 15:42:28 -04:00 committed by GitHub
parent 876a762b05
commit 030baa6416
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,8 +62,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
}
});
// FLAKY: https://github.com/elastic/kibana/issues/165344
describe.skip('from Timeline', () => {
describe('from Timeline', () => {
let timeline: TimelineResponse;
before(async () => {