File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,7 @@ const languages = {
41
41
hreflang : 'pt' ,
42
42
dir : 'translations/pt-BR' ,
43
43
wip : false ,
44
- } ,
45
- de : {
46
- name : 'German' ,
47
- nativeName : 'Deutsch' ,
48
- code : 'de' ,
49
- hreflang : 'de' ,
50
- dir : 'translations/de-DE' ,
51
- wip : true ,
52
- } ,
44
+ }
53
45
}
54
46
55
47
if ( process . env . ENABLED_LANGUAGES ) {
Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ describe('header', () => {
54
54
} )
55
55
56
56
describe ( 'notices' , ( ) => {
57
- test ( 'displays a "localization in progress" notice for WIP languages' , async ( ) => {
57
+ // Docs engineering issue: 1055
58
+ test . skip ( 'displays a "localization in progress" notice for WIP languages' , async ( ) => {
58
59
const $ = await getDOM ( '/de' )
59
60
expect ( $ ( '[data-testid=header-notification][data-type=TRANSLATION]' ) . length ) . toBe ( 1 )
60
61
expect ( $ ( '[data-testid=header-notification] a[href="/en"]' ) . length ) . toBe ( 1 )
You can’t perform that action at this time.
0 commit comments