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

Commit af4f8e8

Browse files
committed
Disabled test case for artifact upload in script engine, to be fixed with #375
1 parent 78f0e17 commit af4f8e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/scripttest/artifact_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import (
77
)
88

99
func TestArtifacts(t *testing.T) {
10+
t.Skip("uploading empty artifact to S3 causes 501, we should fix that")
11+
1012
workertest.Case{
1113
Engine: "script",
1214
Concurrency: 1,

0 commit comments

Comments
 (0)