@@ -37,11 +37,7 @@ describe('Locale API', () => {
3737 } )
3838 } )
3939
40- // FIX ME
41- // https://contentful.atlassian.net/browse/DX-991
42- // regression in locale API: https://contentful.slack.com/archives/C01SQNTQBBM/p1777053859135889
43- // environment id is not being returned in POST and PUT responses
44- it . skip ( 'Creates, gets, updates, and deletes a locale' , async ( ) => {
40+ it ( 'Creates, gets, updates, and deletes a locale' , async ( ) => {
4541 const createdLocale = await environment . createLocale ( {
4642 name : 'German (Austria)' ,
4743 code : 'de-AT' ,
@@ -66,11 +62,7 @@ describe('Locale API', () => {
6662 await updatedLocale . delete ( )
6763 } )
6864
69- // FIX ME
70- // https://contentful.atlassian.net/browse/DX-991
71- // regression in locale API: https://contentful.slack.com/archives/C01SQNTQBBM/p1777053859135889
72- // environment id is not being returned in POST and PUT responses
73- it . skip ( 'Creates, gets page (respects limit), deletes a locale' , async ( ) => {
65+ it ( 'Creates, gets page (respects limit), deletes a locale' , async ( ) => {
7466 const createdLocal = await environment . createLocale ( {
7567 name : 'Chinese (Simplified, China)' ,
7668 code : 'zh-Hans-CN' ,
0 commit comments