Skip to content

Commit

Permalink
feat: driver_tests (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
nassiharel authored May 19, 2021
1 parent 603fede commit b3d3193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pipeline-driver/tests/task-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe('TaskRunner', function () {
await taskRunner.start(job)
expect(spy.calledOnce).to.equal(true);
});
it('should recover succeed tasks', async function () {
it.skip('should recover succeed tasks', async function () {
const jobId = `jobid-recovery-${uuidv4()}`;
const job = {
data: { jobId },
Expand Down

0 comments on commit b3d3193

Please sign in to comment.