[ARVADOS] updated: 2.1.0-102-g56135cbc4
Git user
git at public.arvados.org
Tue Nov 17 17:33:01 UTC 2020
Summary of changes:
lib/controller/integration_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 56135cbc4260212c1e653f1d2476f765526f045e (commit)
from 5bad4d72729d0f6e4649abf8e72991a9b0e6573f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 56135cbc4260212c1e653f1d2476f765526f045e
Author: Nico Cesar <nico at nicocesar.com>
Date: Tue Nov 17 12:32:39 2020 -0500
addressing https://dev.arvados.org/issues/17014#note-8 Tests
Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico at curii.com>
diff --git a/lib/controller/integration_test.go b/lib/controller/integration_test.go
index 998b177d1..64d5fb562 100644
--- a/lib/controller/integration_test.go
+++ b/lib/controller/integration_test.go
@@ -516,7 +516,7 @@ func (s *IntegrationSuite) TestRuntimeTokenInCR(c *check.C) {
}
if tt.expectedToken == nil {
- break
+ continue
}
c.Logf("cr.UUID: %s", cr.UUID)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list