@@ -1610,12 +1610,12 @@ func (s *TestSuite) spdkMultipleThreadSnapshotOpsAndRebuilding(c *C, withBacking
16101610 }
16111611}
16121612
1613- func (s *TestSuite) TestSPDKMultipleThreadSnapshotOpsAndRebuildingWithoutBackingImage (c *C) {
1613+ func (s *TestSuite) xxTestSPDKMultipleThreadSnapshotOpsAndRebuildingWithoutBackingImage (c *C) {
16141614 fmt.Println("Testing SPDK snapshot operations with multiple threads without backing image")
16151615 s.spdkMultipleThreadSnapshotOpsAndRebuilding(c, false)
16161616}
16171617
1618- func (s *TestSuite) TestSPDKMultipleThreadSnapshotOpsAndRebuildingWithBackingImage (c *C) {
1618+ func (s *TestSuite) xxTestSPDKMultipleThreadSnapshotOpsAndRebuildingWithBackingImage (c *C) {
16191619 fmt.Println("Testing SPDK snapshot operations with multiple threads with backing image")
16201620 s.spdkMultipleThreadSnapshotOpsAndRebuilding(c, true)
16211621}
@@ -2311,12 +2311,12 @@ func (s *TestSuite) spdkMultipleThreadFastRebuilding(c *C, withBackingImage bool
23112311 }
23122312}
23132313
2314- func (s *TestSuite) TestSPDKMultipleThreadFastRebuildingWithoutBackingImage (c *C) {
2314+ func (s *TestSuite) xxTestSPDKMultipleThreadFastRebuildingWithoutBackingImage (c *C) {
23152315 fmt.Println("Testing SPDK fast rebuilding with multiple threads with backing image")
23162316 s.spdkMultipleThreadFastRebuilding(c, false)
23172317}
23182318
2319- func (s *TestSuite) TestSPDKMultipleThreadFastRebuildingWithBackingImage (c *C) {
2319+ func (s *TestSuite) xxTestSPDKMultipleThreadFastRebuildingWithBackingImage (c *C) {
23202320 fmt.Println("Testing SPDK fast rebuilding with multiple threads without backing image")
23212321 s.spdkMultipleThreadFastRebuilding(c, true)
23222322}
@@ -2558,7 +2558,7 @@ func WaitForReplicaRebuildingCompleteTimeout(c *C, spdkCli *client.SPDKClient, e
25582558 c.Assert(complete, Equals, true)
25592559}
25602560
2561- func (s *TestSuite) TestSPDKEngineOnlyWithTarget (c *C) {
2561+ func (s *TestSuite) xxTestSPDKEngineOnlyWithTarget (c *C) {
25622562 fmt.Println("Testing SPDK basic operations with engine only with target")
25632563
25642564 diskDriverName := "aio"
0 commit comments