mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Fixes #2081. Clipboard unit tests sometimes fail with WSL.
This commit is contained in:
15
testenvironments.json
Normal file
15
testenvironments.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": "1",
|
||||
"environments": [
|
||||
{
|
||||
"name": "WSL-Ubuntu",
|
||||
"type": "wsl",
|
||||
"wslDistribution": "Ubuntu"
|
||||
},
|
||||
{
|
||||
"name": "WSL-Debian",
|
||||
"type": "wsl",
|
||||
"wslDistribution": "Debian"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user