mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-30 19:39:22 +00:00
mark test as slow
This commit is contained in:
@@ -27,6 +27,7 @@ import { HOST1, HOST2, TestHelpers } from "./test-helpers";
|
|||||||
widgetTest(
|
widgetTest(
|
||||||
`Test swapping publisher from ${HOST1} to ${HOST2}`,
|
`Test swapping publisher from ${HOST1} to ${HOST2}`,
|
||||||
async ({ addUser, browserName }) => {
|
async ({ addUser, browserName }) => {
|
||||||
|
test.slow();
|
||||||
test.skip(
|
test.skip(
|
||||||
browserName === "firefox",
|
browserName === "firefox",
|
||||||
"The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled",
|
"The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled",
|
||||||
|
|||||||
Reference in New Issue
Block a user