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

Commit 6e8f9803 authored by Paul Duffin's avatar Paul Duffin Committed by Gerrit Code Review
Browse files

Merge "Properly skip TestBootImageConfig on non-Linux platforms"

parents dd0cc36b 85d8bdc1
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
package java

import (
	"log"
	"runtime"
	"testing"

@@ -24,8 +23,7 @@ import (

func TestBootImageConfig(t *testing.T) {
	if runtime.GOOS != "linux" {
		log.Printf("Skipping as boot image config test is only supported on linux not %s", runtime.GOOS)
		return
		t.Skipf("Skipping as boot image config test is only supported on linux not %s", runtime.GOOS)
	}

	result := android.GroupFixturePreparers(