From 03897749e81684d7aef47e1df18c5d47e1bf8c25 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 5 Jun 2023 10:50:07 -0400 Subject: [PATCH] 20425: Revert "12684/20425: Skip TestContainerInputOnDifferentCluster" Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- lib/controller/integration_test.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/controller/integration_test.go b/lib/controller/integration_test.go index 0557aa3fdd..a47d93edce 100644 --- a/lib/controller/integration_test.go +++ b/lib/controller/integration_test.go @@ -1149,15 +1149,6 @@ func (s *IntegrationSuite) TestRunTrivialContainer(c *check.C) { } func (s *IntegrationSuite) TestContainerInputOnDifferentCluster(c *check.C) { - // As of Arvados 2.6.2 (April 2023), this test was going down the - // `if outcoll.UUID == ""` branch, checking that FUSE reports a specific - // error. - // With increased PySDK/FUSE retries from #12684, this test now trips up - // on #20425. The test times out as FUSE spends a long time retrying a - // request that will never succeed. - // This early skip can be removed after #20425 is fixed. - c.Skip("blocked by ") - return conn := s.super.Conn("z1111") rootctx, _, _ := s.super.RootClients("z1111") userctx, ac, _, _ := s.super.UserClients("z1111", rootctx, c, conn, s.oidcprovider.AuthEmail, true) -- 2.30.2