Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66a06945 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Don't run new test on Darwin that lacks snapshot support.

Test: m nothing
Bug: 152514829
Bug: 152255951
Change-Id: Ib14af7caa408e252242e6933f7281aab3888789c
parent 10566a03
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1539,6 +1539,9 @@ include-host/HostTest.h -> include/include-host/HostTest.h
}

func TestSystemSharedLibPropagation(t *testing.T) {
	// b/145598135 - Generating host snapshots for anything other than linux is not supported.
	SkipIfNotLinux(t)

	result := testSdkWithCc(t, `
		sdk {
			name: "mysdk",