This file is indexed.

/usr/share/gocode/src/github.com/cloudfoundry/gosigar/sigar_suite_test.go is in golang-github-cloudfoundry-gosigar-dev 0.0~git20150402.27.3ed7c74-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
package sigar_test

import (
	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"

	"testing"
)

func TestGosigar(t *testing.T) {
t.Skip("DM-disabled");
	RegisterFailHandler(Fail)
	RunSpecs(t, "Gosigar Suite")
}