mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Charts] Unskips the jest active cursor test suite (#114246)
This commit is contained in:
parent
7f1adb8d95
commit
541090deb7
1 changed files with 2 additions and 3 deletions
|
@ -15,8 +15,7 @@ import type { ActiveCursorSyncOption, ActiveCursorPayload } from './types';
|
|||
import type { Chart, PointerEvent } from '@elastic/charts';
|
||||
import type { Datatable } from '../../../../expressions/public';
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/110038
|
||||
describe.skip('useActiveCursor', () => {
|
||||
describe('useActiveCursor', () => {
|
||||
let cursor: ActiveCursorPayload['cursor'];
|
||||
let dispatchExternalPointerEvent: jest.Mock;
|
||||
|
||||
|
@ -77,7 +76,7 @@ describe.skip('useActiveCursor', () => {
|
|||
test('should debounce events', async () => {
|
||||
await act(
|
||||
{
|
||||
debounce: 5,
|
||||
debounce: 50,
|
||||
datatables: [
|
||||
{
|
||||
columns: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue