Fixes #2081. Clipboard unit tests sometimes fail with WSL.

This commit is contained in:
BDisp
2022-10-12 23:46:37 +01:00
parent df72859542
commit 49eefa617d
4 changed files with 19 additions and 1 deletions

15
testenvironments.json Normal file
View File

@@ -0,0 +1,15 @@
{
"version": "1",
"environments": [
{
"name": "WSL-Ubuntu",
"type": "wsl",
"wslDistribution": "Ubuntu"
},
{
"name": "WSL-Debian",
"type": "wsl",
"wslDistribution": "Debian"
}
]
}