[SPARK-35589][CORE][TESTS][FOLLOWUP] Remove the duplicated test coverage

### What changes were proposed in this pull request?

This removes the accidental duplicated test coverage.

### Why are the changes needed?

To save the test resources.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

N/A because this is a removal of the duplicated test coverage.

Closes #32774 from dongjoon-hyun/SPARK-35589-3.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
This commit is contained in:
Dongjoon Hyun 2021-06-04 10:28:12 +09:00 committed by Hyukjin Kwon
parent 7eeb07d0f9
commit 745bd090f7

View file

@ -2004,10 +2004,6 @@ class BlockManagerSuite extends SparkFunSuite with Matchers with BeforeAndAfterE
}
}
test("SPARK-35589: test migration of index-only shuffle blocks during decommissioning") {
testShuffleBlockDecommissioning(None, true)
}
test("test migration of shuffle blocks during decommissioning - no limit") {
testShuffleBlockDecommissioning(None, true)
}