@@ -28,7 +28,7 @@ const KEY_END_EVENT = new KeyboardEvent('keydown', { key: 'End', bubbles: true }
2828const KEY_ENTER_EVENT = new KeyboardEvent ( 'keydown' , { key : 'Enter' , bubbles : true } ) ;
2929const KEY_SPACE_EVENT = new KeyboardEvent ( 'keydown' , { key : ' ' , bubbles : true } ) ;
3030
31- xdescribe ( 'IgxTabs' , ( ) => {
31+ describe ( 'IgxTabs' , ( ) => {
3232 configureTestSuite ( ) ;
3333
3434 const tabItemNormalCssClass = 'igx-tabs__header-item' ;
@@ -70,7 +70,7 @@ xdescribe('IgxTabs', () => {
7070 } ) . compileComponents ( ) ;
7171 } ) ) ;
7272
73- describe ( 'IgxTabs Html Attributes' , ( ) => {
73+ xdescribe ( 'IgxTabs Html Attributes' , ( ) => {
7474 let fixture ;
7575
7676 beforeEach ( waitForAsync ( ( ) => {
@@ -103,7 +103,7 @@ xdescribe('IgxTabs', () => {
103103 } ) ) ;
104104 } ) ;
105105
106- describe ( 'IgxTabs Component with static Panels Definitions' , ( ) => {
106+ xdescribe ( 'IgxTabs Component with static Panels Definitions' , ( ) => {
107107 let fixture ;
108108 let tabs ;
109109
@@ -352,7 +352,7 @@ xdescribe('IgxTabs', () => {
352352 } ) ) ;
353353 } ) ;
354354
355- describe ( 'IgxTabs Component with custom content in headers' , ( ) => {
355+ xdescribe ( 'IgxTabs Component with custom content in headers' , ( ) => {
356356 let fixture ;
357357 let tabs ;
358358
@@ -392,7 +392,7 @@ xdescribe('IgxTabs', () => {
392392
393393 } ) ;
394394
395- describe ( 'IgxTabs Miscellaneous Tests' , ( ) => {
395+ xdescribe ( 'IgxTabs Miscellaneous Tests' , ( ) => {
396396
397397 it ( 'check selection when tabs collection is modified' , fakeAsync ( ( ) => {
398398 const fixture = TestBed . createComponent ( TabsTest2Component ) ;
@@ -502,7 +502,7 @@ xdescribe('IgxTabs', () => {
502502 } ) ) ;
503503 } ) ;
504504
505- describe ( 'Routing Navigation Tests' , ( ) => {
505+ xdescribe ( 'Routing Navigation Tests' , ( ) => {
506506 let router ;
507507 let location ;
508508 let fixture ;
@@ -837,7 +837,7 @@ xdescribe('IgxTabs', () => {
837837 } ) ) ;
838838 } ) ;
839839
840- describe ( 'Tabs-only Mode With Initial Selection Set on TabItems Tests' , ( ) => {
840+ xdescribe ( 'Tabs-only Mode With Initial Selection Set on TabItems Tests' , ( ) => {
841841 let fixture ;
842842 let tabsComp ;
843843 let tabItems ;
@@ -870,7 +870,7 @@ xdescribe('IgxTabs', () => {
870870 } ) ;
871871 } ) ;
872872
873- describe ( 'Tabs-only Mode With Initial Selection Set on Tabs Component Tests' , ( ) => {
873+ xdescribe ( 'Tabs-only Mode With Initial Selection Set on Tabs Component Tests' , ( ) => {
874874 let fixture ;
875875 let tabsComp ;
876876 let tabItems ;
@@ -899,7 +899,7 @@ xdescribe('IgxTabs', () => {
899899
900900 } ) ;
901901
902- describe ( 'Events' , ( ) => {
902+ xdescribe ( 'Events' , ( ) => {
903903 let fixture ;
904904 let tabs ;
905905 let tabItems ;
@@ -908,7 +908,7 @@ xdescribe('IgxTabs', () => {
908908 let indexChangeSpy ;
909909 let indexChangingSpy ;
910910
911- describe ( '' , ( ) => {
911+ xdescribe ( '' , ( ) => {
912912 beforeEach ( waitForAsync ( ( ) => {
913913 fixture = TestBed . createComponent ( TabsTestComponent ) ;
914914 fixture . detectChanges ( ) ;
@@ -1045,7 +1045,7 @@ xdescribe('IgxTabs', () => {
10451045 } ) ) ;
10461046 } ) ;
10471047
1048- describe ( '& Routing' , ( ) => {
1048+ xdescribe ( '& Routing' , ( ) => {
10491049 let router ;
10501050 let location ;
10511051 beforeEach ( waitForAsync ( ( ) => {
@@ -1233,7 +1233,7 @@ xdescribe('IgxTabs', () => {
12331233
12341234 } ) ;
12351235 } ) ;
1236- describe ( '' , ( ) => {
1236+ xdescribe ( '' , ( ) => {
12371237 let fixture ;
12381238 let tabs ;
12391239 let tabItems ;
@@ -1414,7 +1414,7 @@ xdescribe('IgxTabs', () => {
14141414 expect ( rightScrollButton . clientWidth ) . toBeFalsy ( ) ;
14151415 } ) ;
14161416
1417- describe ( 'IgxTabs RTL' , ( ) => {
1417+ xdescribe ( 'IgxTabs RTL' , ( ) => {
14181418 let fix ;
14191419 let tabs ;
14201420 let tabItems ;
0 commit comments