Skip to content

Commit

Permalink
delete some dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Danese <[email protected]>
  • Loading branch information
mikedanese committed Jul 7, 2016
1 parent f3de21b commit 13f36d5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/integration/master/master_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,16 +243,6 @@ var jobV1 string = `
}
`

var deleteResp string = `
{
"kind": "Status",
"apiVersion": "v1",
"metadata":{},
"status":"Success",
"code":200
}
`

// TestBatchGroupBackwardCompatibility is testing that batch/v1 and ext/v1beta1
// Job share storage. This test can be deleted when Jobs is removed from ext/v1beta1,
// (expected to happen in 1.4).
Expand Down

0 comments on commit 13f36d5

Please sign in to comment.