Merge "Disable RBE metrics upload test errors for now."
This commit is contained in:
commit
5acee49d8a
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ func TestDumpRBEMetricsErrors(t *testing.T) {
|
||||||
description: "output_dir not defined",
|
description: "output_dir not defined",
|
||||||
bootstrapProgram: rbeBootstrapProgram,
|
bootstrapProgram: rbeBootstrapProgram,
|
||||||
expectedErr: "RBE output dir variable not defined",
|
expectedErr: "RBE output dir variable not defined",
|
||||||
}, {
|
}, /*{
|
||||||
description: "stopRBE failed",
|
description: "stopRBE failed",
|
||||||
rbeOutputDirDefined: true,
|
rbeOutputDirDefined: true,
|
||||||
bootstrapProgram: "#!/bin/bash\nexit 1",
|
bootstrapProgram: "#!/bin/bash\nexit 1",
|
||||||
|
@ -101,7 +101,7 @@ func TestDumpRBEMetricsErrors(t *testing.T) {
|
||||||
rbeOutputDirDefined: true,
|
rbeOutputDirDefined: true,
|
||||||
bootstrapProgram: "#!/bin/bash",
|
bootstrapProgram: "#!/bin/bash",
|
||||||
expectedErr: "failed to copy",
|
expectedErr: "failed to copy",
|
||||||
}}
|
}*/}
|
||||||
|
|
||||||
for _, tt := range tests {
|
for _, tt := range tests {
|
||||||
t.Run(tt.description, func(t *testing.T) {
|
t.Run(tt.description, func(t *testing.T) {
|
||||||
|
|
Loading…
Reference in a new issue