@@ -47,7 +47,7 @@ describe('Active speaker', () => {
4747 * Note: This test verifies filmstrip ordering via Redux state
4848 * (visibleRemoteParticipants), not large video behavior.
4949 */
50- it ( 'testDominantSpeakerInFilmstripWithLimitedSlots' , async ( ) => {
50+ it . skip ( 'testDominantSpeakerInFilmstripWithLimitedSlots' , async ( ) => {
5151 await ensureSixParticipants ( {
5252 configOverwrite : {
5353 startWithAudioMuted : true
@@ -118,7 +118,7 @@ describe('Active speaker', () => {
118118 * Verifies that dominant speaker is still visible when screen shares
119119 * take up some of the visible slots.
120120 */
121- it ( 'testDominantSpeakerWithScreensharing' , async ( ) => {
121+ it . skip ( 'testDominantSpeakerWithScreensharing' , async ( ) => {
122122 await ensureSixParticipants ( {
123123 configOverwrite : {
124124 startWithAudioMuted : true
@@ -191,7 +191,7 @@ describe('Active speaker', () => {
191191 * Verifies that the alphabetical sorting prevents visual reordering when the same
192192 * set of speakers take turns speaking.
193193 */
194- it ( 'testFilmstripStableOrderingWithMultipleSpeakers' , async ( ) => {
194+ it . skip ( 'testFilmstripStableOrderingWithMultipleSpeakers' , async ( ) => {
195195 await ensureSixParticipants ( {
196196 configOverwrite : {
197197 startWithAudioMuted : true
0 commit comments