Skip to content
Snippets Groups Projects
Commit 826b835f authored by Nathaniel Kofalt's avatar Nathaniel Kofalt
Browse files

Skip invalid test, closes #696

parent a9d482dd
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,9 @@ hooks.skip("GET /sessions/{SessionId}/jobs -> 200")
hooks.skip("POST /sessions/{SessionId}/analyses -> 200")
hooks.skip("GET /sessions/{SessionId}/analyses/{AnalysisId} -> 200")
hooks.skip("DELETE /sessions/{SessionId}/analyses/{AnalysisId} -> 200")
// Related, ref #696
hooks.skip("DELETE /gears/{GearName} -> 200")
hooks.before("POST /login -> 200", function(test, done) {
test.request.body = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment