skip test TestKiTS19Dataset::test_training_set (#10936)

flaky
This commit is contained in:
chenyu
2025-06-23 14:27:24 -04:00
committed by GitHub
parent 9e9fd44987
commit 42b1c9625b

View File

@@ -64,6 +64,7 @@ class TestKiTS19Dataset(ExternalTestDatasets):
return iter(dataset)
@unittest.skip("flaky")
def test_training_set(self):
preproc_pth, preproc_img_pths, preproc_lbl_pths = self._create_samples(False)
ref_dataset = self._create_ref_dataloader(preproc_img_pths, preproc_lbl_pths, False)