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
commit 42b1c9625b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)