Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Remove old reference to cancel task
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsofapollo committed Mar 28, 2015
1 parent 2e00c63 commit 05eba51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/integration/cancel_task_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import taskcluster from 'taskcluster-client';
import DockerWorker from '../dockerworker';
import TestWorker from '../testworker';

var jsonFromUrl = JSON.parse(fs.readFileSync('test/integration/cancelTaskReference.json'));

suite('Cancel Task', () => {
test("cancel", async () => {
var queue = new taskcluster.Queue();
Expand All @@ -33,4 +31,3 @@ suite('Cancel Task', () => {
await worker.terminate();
});
});

0 comments on commit 05eba51

Please sign in to comment.