Skip to content

Commit 54a9cc4

Browse files
committed
[js] Skipping two failing FF tests
[skip ci]
1 parent 574fea7 commit 54a9cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/node/selenium-webdriver/test/virtualAuthenticator_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ suite(function (env) {
150150
})
151151

152152
describe('VirtualAuthenticator Test Suit 2', function () {
153-
ignore(browsers(Browser.SAFARI)).it(
153+
ignore(browsers(Browser.SAFARI, Browser.FIREFOX)).it(
154154
'should test create authenticator',
155155
async function () {
156156
/**
@@ -170,7 +170,7 @@ suite(function (env) {
170170
}
171171
)
172172

173-
ignore(browsers(Browser.SAFARI)).it(
173+
ignore(browsers(Browser.SAFARI, Browser.FIREFOX)).it(
174174
'should test remove authenticator',
175175
async function () {
176176
let options = new virtualAuthenticatorOptions()

0 commit comments

Comments
 (0)