@@ -45,7 +45,7 @@ describe('PageHeader', () => {
4545 * They are testing the internal implementation of the component and checking if the component
4646 * is rendering the correct styles.This approach was necessary due to the impracticality of CSS media queries testing with Jest.
4747 */
48- it ( 'respects default visibility of ContextArea and renders CSS media styles correctly' , ( ) => {
48+ it . skip ( 'respects default visibility of ContextArea and renders CSS media styles correctly' , ( ) => {
4949 const expectedStyles = {
5050 '-ms-flex-align' : 'center' ,
5151 '-ms-flex-direction' : 'row' ,
@@ -71,7 +71,7 @@ describe('PageHeader', () => {
7171 expect . objectContaining ( expectedStyles ) ,
7272 )
7373 } )
74- it ( 'respects the hidden prop of ContextArea and renders CSS media styles correctly' , ( ) => {
74+ it . skip ( 'respects the hidden prop of ContextArea and renders CSS media styles correctly' , ( ) => {
7575 const expectedStyles = {
7676 '-ms-flex-align' : 'center' ,
7777 '-ms-flex-direction' : 'row' ,
@@ -110,7 +110,7 @@ describe('PageHeader', () => {
110110 ) ,
111111 ) . toEqual ( expect . objectContaining ( expectedStyles ) )
112112 } )
113- it ( 'respects default visibility of LeadingAction and TrailingAction and renders CSS media styles correctly' , ( ) => {
113+ it . skip ( 'respects default visibility of LeadingAction and TrailingAction and renders CSS media styles correctly' , ( ) => {
114114 const expectedStyles = {
115115 '-ms-flex-align' : 'center' ,
116116 '-webkit-align-items' : 'center' ,
0 commit comments