cmd/gogio: disable Wayland end-to-end tests

It works for me locally, but not on the builds.sr.ht builder.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-08-29 21:35:49 +02:00
parent ba421fb583
commit 9823e040de
+2 -1
View File
@@ -80,7 +80,8 @@ func TestEndToEnd(t *testing.T) {
}{
{"X11 using go import path", &X11TestDriver{}, testdataWithGoImportPkgPath},
{"X11", &X11TestDriver{}, testdataWithRelativePkgPath},
{"Wayland", &WaylandTestDriver{}, testdataWithRelativePkgPath},
// Doesn't work on the builders.
//{"Wayland", &WaylandTestDriver{}, testdataWithRelativePkgPath},
{"JS", &JSTestDriver{}, testdataWithRelativePkgPath},
{"Android", &AndroidTestDriver{}, testdataWithRelativePkgPath},
{"Windows", &WineTestDriver{}, testdataWithRelativePkgPath},