~eliasnaur/gio-cmd

36ef219a61876720c6c2877a32f776c2672a5657 — Chris Waldon 8 days ago abc34cf main
gogio: skip e2e test on macOS and other unsupported platforms

Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M gogio/e2e_test.go
M gogio/e2e_test.go => gogio/e2e_test.go +1 -1
@@ 83,7 83,7 @@ func TestEndToEnd(t *testing.T) {
	}{
		{"X11 using go import path", &X11TestDriver{}, testdataWithGoImportPkgPath, ""},
		{"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.
		//{"Wayland", &WaylandTestDriver{}, testdataWithRelativePkgPath},
		{"JS", &JSTestDriver{}, testdataWithRelativePkgPath, ""},