Unskip jest handled promise rejections (#116021)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Jonathan Budzenski 2021-10-26 04:47:23 -05:00 committed by GitHub
parent 877db67357
commit 0b2d3b7033
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -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'];

View file

@ -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,