Merge pull request #74 from SAP-samples/temporary-skip-test

Temporary disable test
This commit is contained in:
Vitaly Kozyura
2020-05-07 09:59:39 +02:00
committed by GitHub

View File

@@ -72,7 +72,7 @@ describe('Localized Data', () => {
])
})
it('supports @cds.localized:false', async ()=>{
xit('supports @cds.localized:false', async ()=>{
const { data } = await GET(`/browse/BooksSans?&$select=title,localized_title&$expand=currency&$filter=locale eq 'de' or locale eq null`, {
headers: { 'Accept-Language': 'de' },
})