File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1103,8 +1103,6 @@ TEST_F(TestMigration, CloneFlatten)
11031103
11041104TEST_F (TestMigration, TriggerAssertSnapcSeq)
11051105{
1106- // https://tracker.ceph.com/issues/72041
1107- SKIP_IF_CRIMSON ();
11081106 auto size = m_ictx->size ;
11091107
11101108 write ((size >> 1 ) + 0 , 10 , ' A' );
@@ -1165,8 +1163,6 @@ TEST_F(TestMigration, AbortWithoutSnapshots) {
11651163}
11661164
11671165TEST_F (TestMigration, AbortWithSnapshots) {
1168- // https://tracker.ceph.com/issues/72650
1169- SKIP_IF_CRIMSON ();
11701166 test_snaps ();
11711167 migration_prepare (m_ioctx, m_image_name);
11721168 migration_status (RBD_IMAGE_MIGRATION_STATE_PREPARED);
@@ -1390,15 +1386,11 @@ TEST_F(TestMigration, Stress)
13901386
13911387TEST_F (TestMigration, Stress2)
13921388{
1393- // https://tracker.ceph.com/issues/72705
1394- SKIP_IF_CRIMSON ();
13951389 test_stress2 (false );
13961390}
13971391
13981392TEST_F (TestMigration, StressLive)
13991393{
1400- // https://tracker.ceph.com/issues/72709
1401- SKIP_IF_CRIMSON ();
14021394 test_stress2 (true );
14031395}
14041396
You can’t perform that action at this time.
0 commit comments