Skip to content

Commit

Permalink
Unskip jest handled promise rejections (#116021)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
jbudz and kibanamachine authored Oct 26, 2021
1 parent 877db67 commit 0b2d3b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { stubWebWorker } from '@kbn/test/jest';
import { createMemoryHistory } from 'history';
stubWebWorker();

// unhandled promise rejection https://github.com/elastic/kibana/issues/112699
describe('<IndexManagementHome />', () => {
let testBed: IndicesTestBed;
let server: ReturnType<typeof setupEnvironment>['server'];
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 0b2d3b7

Please sign in to comment.