skip tests in order not to false fail in PR

Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
This commit is contained in:
Anton Danchenko 2018-11-19 14:42:52 +02:00
parent 1ba7feb439
commit cf15789e2a
No known key found for this signature in database
GPG Key ID: C2D4819B698627E4
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class TestMessagesOneToOneChatMultiple(MultipleDeviceTestCase):
device_2_chat.chat_element_by_text(message).wait_for_visibility_of_element()
@marks.testrail_id(5310)
@marks.skip
@marks.critical
def test_offline_messaging_1_1_chat(self):
self.create_drivers(2, offline_mode=True)

View File

@ -100,6 +100,7 @@ class TestBrowsing(SingleDeviceTestCase):
browsing_view.element_by_text('Google').find_element()
@marks.testrail_id(5321)
@marks.skip
@marks.critical
def test_back_forward_buttons_browsing_website(self):
sign_in = SignInView(self.driver)