File tree Expand file tree Collapse file tree
amp-social-share/0.1/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -418,7 +418,8 @@ describes.realWin(
418418 expect ( doc . activeElement ) . to . equal ( nextBtn ) ;
419419 } ) ;
420420
421- it ( 'should show focus outline and border on next and prev buttons' , async ( ) => {
421+ // TODO(#40258) Fix and unskip flakey test.
422+ it . skip ( 'should show focus outline and border on next and prev buttons' , async ( ) => {
422423 const ampSlideScroll = await getAmpSlideScroll ( ) ;
423424 const impl = await ampSlideScroll . getImpl ( ) ;
424425 const controls = impl . controls_ ;
Original file line number Diff line number Diff line change @@ -179,7 +179,8 @@ describes.realWin(
179179 }
180180 } ) ;
181181
182- it ( 'should show focus outline and border on next and prev buttons' , async ( ) => {
182+ // TODO(#40258) Fix and unskip flakey test.
183+ it . skip ( 'should show focus outline and border on next and prev buttons' , async ( ) => {
183184 const carousel = await getCarousel ( { loop : false } ) ;
184185 const impl = await carousel . getImpl ( ) ;
185186
Original file line number Diff line number Diff line change @@ -211,7 +211,8 @@ describes.realWin(
211211 } ) ;
212212 } ) ;
213213
214- it ( 'should stay in modal if focus stays in modal and close if outside' , async ( ) => {
214+ // TODO(#40258) Fix and unskip flakey test.
215+ it . skip ( 'should stay in modal if focus stays in modal and close if outside' , async ( ) => {
215216 const lightbox = createLightbox ( ) ;
216217 const insideLink = createLink ( 'insideLink' ) ;
217218 lightbox . appendChild ( insideLink ) ;
Original file line number Diff line number Diff line change @@ -383,7 +383,8 @@ describes.realWin(
383383 } ) ;
384384 } ) ;
385385
386- it ( 'uses custom CSS when element is focused' , async ( ) => {
386+ // TODO(#40258) Fix and unskip flakey test.
387+ it . skip ( 'uses custom CSS when element is focused' , async ( ) => {
387388 const share = doc . createElement ( 'amp-social-share' ) ;
388389
389390 share . setAttribute ( 'type' , 'twitter' ) ;
You can’t perform that action at this time.
0 commit comments