gogio: skip e2e test on macOS and other unsupported platforms

Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
This commit is contained in:
Chris Waldon
2023-11-20 14:55:41 -05:00
parent abc34cf117
commit 36ef219a61
+1 -1
View File
@@ -83,7 +83,7 @@ func TestEndToEnd(t *testing.T) {
}{ }{
{"X11 using go import path", &X11TestDriver{}, testdataWithGoImportPkgPath, ""}, {"X11 using go import path", &X11TestDriver{}, testdataWithGoImportPkgPath, ""},
{"X11", &X11TestDriver{}, testdataWithRelativePkgPath, ""}, {"X11", &X11TestDriver{}, testdataWithRelativePkgPath, ""},
{"X11 with custom rendering", &X11TestDriver{}, customRenderTestdataWithRelativePkgPath, "openbsd"}, {"X11 with custom rendering", &X11TestDriver{}, customRenderTestdataWithRelativePkgPath, "openbsd,darwin,windows,netbsd"},
// Doesn't work on the builders. // Doesn't work on the builders.
//{"Wayland", &WaylandTestDriver{}, testdataWithRelativePkgPath}, //{"Wayland", &WaylandTestDriver{}, testdataWithRelativePkgPath},
{"JS", &JSTestDriver{}, testdataWithRelativePkgPath, ""}, {"JS", &JSTestDriver{}, testdataWithRelativePkgPath, ""},