We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bbe80 commit b5e4467Copy full SHA for b5e4467
1 file changed
src/maxdiffusion/tests/input_pipeline_interface_test.py
@@ -69,6 +69,7 @@ class InputPipelineInterface(unittest.TestCase):
69
def setUp(self):
70
InputPipelineInterface.dummy_data = {}
71
72
+ @pytest.mark.skip(reason="Debug segfault")
73
def test_make_dreambooth_train_iterator(self):
74
75
instance_class_gcs_dir = "gs://maxdiffusion-github-runner-test-assets/datasets/dreambooth/instance_class"
0 commit comments