Skip to content

Commit 4cb12ea

Browse files
Remove test_show_add_stack_to_existing_dataset_dialog_for_mixed_dataset
No difference between mixed and strict
1 parent 0717dec commit 4cb12ea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mantidimaging/eyes_tests/main_window_test.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ def test_show_add_stack_to_existing_dataset_dialog_for_strict_dataset(self):
8787

8888
self.check_target(widget=self.imaging.add_to_dataset_dialog)
8989

90-
def test_show_add_stack_to_existing_dataset_dialog_for_mixed_dataset(self):
91-
self._create_mixed_dataset()
92-
self.imaging.show_add_stack_to_existing_dataset_dialog(list(self.imaging.presenter.all_dataset_ids)[0])
93-
self.check_target(widget=self.imaging.add_to_dataset_dialog)
94-
9590
def test_clicking_tab_changes_tree_view_selection(self):
9691
self._load_strict_data_set()
9792
sample_vis = self._load_strict_data_set()

0 commit comments

Comments
 (0)