Skip to content

Commit

Permalink
[XrdCl] Disable abort copy test.
Browse files Browse the repository at this point in the history
The abort copy test often fails because in the container environment
the file gets entirely copied bofore it gets aborted.
  • Loading branch information
simonmichal committed Dec 10, 2019
1 parent 978cefa commit 6eb18aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/XrdClTests/FileCopyTest.cc
Expand Up @@ -437,11 +437,11 @@ void FileCopyTest::CopyTestFunc( bool thirdParty )
//----------------------------------------------------------------------------
// Abort the copy after 100MB
//----------------------------------------------------------------------------
CancelProgressHandler progress;
CPPUNIT_ASSERT_XRDST( process2.AddJob( properties, &results ) );
CPPUNIT_ASSERT_XRDST( process2.Prepare() );
CPPUNIT_ASSERT_XRDST_NOTOK( process2.Run(&progress), errErrorResponse );
CPPUNIT_ASSERT_XRDST( fs.Rm( targetPath ) );
// CancelProgressHandler progress;
// CPPUNIT_ASSERT_XRDST( process2.AddJob( properties, &results ) );
// CPPUNIT_ASSERT_XRDST( process2.Prepare() );
// CPPUNIT_ASSERT_XRDST_NOTOK( process2.Run(&progress), errErrorResponse );
// CPPUNIT_ASSERT_XRDST( fs.Rm( targetPath ) );

//----------------------------------------------------------------------------
// Copy from a non-existent source
Expand Down

0 comments on commit 6eb18aa

Please sign in to comment.