Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Commit

Permalink
se#394 Skip problem test
Browse files Browse the repository at this point in the history
  • Loading branch information
duker33 committed Jul 13, 2018
1 parent 60f1845 commit 97dcd23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
nodejs:
image: fidals/stb-nodejs:dev
volumes:
# for SE's front development
# for STB's front development
- ../gulpfile.babel.js:/usr/app/src/gulpfile.babel.js
- ../package.json:/usr/app/src/package.json
- ../front:/usr/app/src/front
Expand Down
1 change: 1 addition & 0 deletions stroyprombeton/tests/tests_selenium_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ def get_field_from_jqgrid(self, fieldname, row):
if td.get_attribute('aria-describedby') == f'jqGrid_{fieldname}'
)

# @todo #380:30m Resurrect test `test_mark_search_on_table_editor`
@unittest.skip('Require filled value for marks.')
def test_mark_search_on_table_editor(self):
"""
Expand Down

0 comments on commit 97dcd23

Please sign in to comment.