Skip to content

Commit

Permalink
Skip failing endpoint saga tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jan 21, 2020
1 parent 2aa8773 commit 0cd1733
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
import { createSagaMiddleware, SagaContext, SagaMiddleware } from './index';
import { applyMiddleware, createStore, Reducer, Store } from 'redux';

describe('saga', () => {
// Failing: https://github.com/elastic/kibana/issues/55464 https://github.com/elastic/kibana/issues/55465
describe.skip('saga', () => {
const INCREMENT_COUNTER = 'INCREMENT';
const DELAYED_INCREMENT_COUNTER = 'DELAYED INCREMENT COUNTER';
const STOP_SAGA_PROCESSING = 'BREAK ASYNC ITERATOR';
Expand Down

0 comments on commit 0cd1733

Please sign in to comment.