Skip to content

Commit

Permalink
Remove test_show_add_stack_to_existing_dataset_dialog_for_mixed_dataset
Browse files Browse the repository at this point in the history
No difference between mixed and strict
  • Loading branch information
samtygier-stfc committed Sep 9, 2024
1 parent a6c9505 commit 7eec9d9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mantidimaging/eyes_tests/main_window_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ def test_show_add_stack_to_existing_dataset_dialog_for_strict_dataset(self):

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

def test_show_add_stack_to_existing_dataset_dialog_for_mixed_dataset(self):
self._create_mixed_dataset()
self.imaging.show_add_stack_to_existing_dataset_dialog(list(self.imaging.presenter.all_dataset_ids)[0])
self.check_target(widget=self.imaging.add_to_dataset_dialog)

def test_clicking_tab_changes_tree_view_selection(self):
self._load_strict_data_set()
sample_vis = self._load_strict_data_set()
Expand Down

0 comments on commit 7eec9d9

Please sign in to comment.