Skip to content

Commit

Permalink
Update test_main_table.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dkratzert committed Oct 31, 2023
1 parent dcd7c25 commit e887e52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_main_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def test_get_text_by_key(self):
def test_Crystallographer_in_equipment_list(self):
self.assertEqual('Crystallographer Details', self.myapp.ui.EquipmentTemplatesListWidget.item(1).text())

@pytest.mark.skip('TODO: this tes can run ages')
def test_load_equipment(self):
self.myapp.equipment.import_equipment_from_file(str(data.parent / 'test-data/Crystallographer_Details.cif'))
# make sure contact author is selected
Expand Down

0 comments on commit e887e52

Please sign in to comment.