Skip to content

Commit 7a131a3

Browse files
committed
skip bidi
1 parent 9a6e65e commit 7a131a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/functional/android/bidi_tests.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
import pytest
1516
from selenium.webdriver.common.bidi.common import command_builder
1617

1718
from appium import webdriver
1819
from appium.options.common import AppiumOptions
1920
from appium.webdriver.client_config import AppiumClientConfig
21+
from test.functional.test_helper import is_ci
2022
from test.helpers.constants import SERVER_URL_BASE
2123

2224
from .helper.desired_capabilities import get_desired_capabilities
@@ -62,6 +64,7 @@ def setup_method(self) -> None:
6264
def teardown_method(self) -> None:
6365
self.driver.quit()
6466

67+
@pytest.mark.skipif(is_ci(), reason='Flaky on CI')
6568
def test_bidi_log(self) -> None:
6669
log_entries = []
6770
bidi_log_param = {'events': ['log.entryAdded'], 'contexts': ['NATIVE_APP']}

0 commit comments

Comments
 (0)