Skip to content

Commit d9054df

Browse files
committed
skip failing test suite (#228815)
1 parent facebe2 commit d9054df

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/platform/plugins/shared/task_manager/server/integration_tests/task_priority_check.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jest.mock('../task_type_dictionary', () => {
2424
});
2525

2626
// Notify response-ops if a task sets a priority to something other than `Normal`
27-
describe('Task priority checks', () => {
27+
// Failing: See https://github.com/elastic/kibana/issues/228815
28+
describe.skip('Task priority checks', () => {
2829
let esServer: TestElasticsearchUtils;
2930
let kibanaServer: TestKibanaUtils;
3031
let taskTypeDictionary: TaskTypeDictionary;

0 commit comments

Comments
 (0)