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

Commit

Permalink
Disabled test case for artifact upload in script engine, to be fixed …
Browse files Browse the repository at this point in the history
…with #375
  • Loading branch information
jonasfj committed Apr 25, 2018
1 parent 6b73e6f commit 9e26102
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/scripttest/artifact_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import (
)

func TestArtifacts(t *testing.T) {
t.Skip("uploading empty artifact to S3 causes 501, we should fix that")

workertest.Case{
Engine: "script",
Concurrency: 1,
Expand Down

0 comments on commit 9e26102

Please sign in to comment.