playwright/tests
Max Schmitt ff706ec8bd
test: skip Intl.ListFormat test on ubuntu20.04 (#28185)
It was failing across the Ubuntu 20.04 bots:


![image](https://github.com/microsoft/playwright/assets/17984549/3b80f04d-cae8-4288-8fd3-b94d9bf1ce03)

This is most likely because on Ubuntu 20 libicu-dev has version 66.1.
And according to

https://wksearch.azurewebsites.net/#path=%2Fhome%2Fjoe%2Fwebkit%2FSource%2FJavaScriptCore%2Fruntime%2FIntlListFormat.h&line=32
the ListFormatter requires 67 which is the case in Ubuntu 22 (70).
2023-11-16 20:39:32 +01:00
..
android fix(android): respect recordHar option (#28046) 2023-11-09 08:36:05 -08:00
assets feat: Add support for dispatching device motion events (#28067) 2023-11-13 08:58:46 -08:00
components fix(ct): solid render array as child (#27849) 2023-10-28 11:22:10 -07:00
config chore: render testInfo errors in the Errors tab (#28179) 2023-11-16 11:37:57 -08:00
electron feat(electron): support tracesDir option (#23947) 2023-06-28 16:32:16 -07:00
image_tools chore: bump @babel dependencies (#27632) 2023-10-17 20:52:41 +02:00
installation chore: get rid of rimraf package (#27790) 2023-10-26 19:41:00 +02:00
library test: skip Intl.ListFormat test on ubuntu20.04 (#28185) 2023-11-16 20:39:32 +01:00
page feat: Add support for dispatching device motion events (#28067) 2023-11-13 08:58:46 -08:00
playwright-test chore: render testInfo errors in the Errors tab (#28179) 2023-11-16 11:37:57 -08:00
stress chore: dispose stale handles to prevent oom, 1000 of a kind max (#27315) 2023-09-26 15:54:33 -07:00
webview2 devops: do not upload test-results artifacts (#23168) 2023-05-19 13:06:42 -07:00
.eslintrc.js chore: enable no-floating-promises ESLint rule for tests (#23376) 2023-06-02 21:59:12 +02:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
tsconfig.json test: add installation tests for supposed plugin story (#27331) 2023-09-28 17:18:22 -07:00