Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: ct/go/util/gs_test.go

Issue 813443002: Overhaul database package (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Comments/readme cleanup Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.md ('k') | datahopper/Makefile » ('j') | go/buildbot/db.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ct/go/util/gs_test.go
diff --git a/ct/go/util/gs_test.go b/ct/go/util/gs_test.go
index ad73cb292e39692bab0a6f93644315234a78977e..53e49b9e21a8b6f9bf3d744c7d639f913dd01221 100644
--- a/ct/go/util/gs_test.go
+++ b/ct/go/util/gs_test.go
@@ -13,6 +13,7 @@ import (
)
func TestDownloadWorkerArtifacts(t *testing.T) {
+ t.Skip("WARNING: Skipping this test due to https://code.google.com/p/skia/issues/detail?id=3261")
borenet 2014/12/18 19:12:42 Sorry to do this, but these failures are totally o
rmistry 2014/12/18 19:18:13 Joe, what is the right way to deal with this? we h
borenet 2014/12/18 19:19:22 IMO I should still be able to run the tests withou
// Skip if we are running short tests because this test needs a valid
// google_storage_token.data file with read write access.
if testing.Short() {
@@ -46,6 +47,7 @@ func TestDownloadWorkerArtifacts(t *testing.T) {
}
func TestUploadWorkerArtifacts(t *testing.T) {
+ t.Skip("WARNING: Skipping this test due to https://code.google.com/p/skia/issues/detail?id=3261")
// Skip if we are running short tests because this test needs a valid
// google_storage_token.data file with read write access.
if testing.Short() {
« no previous file with comments | « README.md ('k') | datahopper/Makefile » ('j') | go/buildbot/db.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698