Skip to content

Commit

Permalink
Unskip jest handled promise rejections (#116021) (#117000)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
jbudz and kibanamachine authored Nov 1, 2021
1 parent 0c34705 commit 44c444e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ import { stubWebWorker } from '@kbn/test/jest';
import { createMemoryHistory } from 'history';
stubWebWorker();

// unhandled promise rejection https://github.com/elastic/kibana/issues/112699
describe.skip('<IndexManagementHome />', () => {
describe('<IndexManagementHome />', () => {
const { server, httpRequestsMockHelpers } = setupEnvironment();
let testBed: IndicesTestBed;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ const defaultValidation = centralValidation[DataStream.HTTP];
const defaultHTTPConfig = defaultConfig[DataStream.HTTP];
const defaultTCPConfig = defaultConfig[DataStream.TCP];

// unhandled promise rejection: https://github.com/elastic/kibana/issues/112699
describe.skip('<CustomFields />', () => {
describe('<CustomFields />', () => {
const WrappedComponent = ({
validate = defaultValidation,
isEditable = false,
Expand Down

0 comments on commit 44c444e

Please sign in to comment.