removed some unix tests

This commit is contained in:
redanthrax 2022-06-28 14:34:32 -07:00
parent e926980ae5
commit f20f589fbf
8 changed files with 173 additions and 187 deletions

View file

@ -23,14 +23,6 @@ func TestGetDisks(t *testing.T) {
t.Logf("Result: %v", disks)
}
func TestAgentId(t *testing.T) {
if a.AgentID == "" {
t.Error("AgentID not set")
} else {
t.Logf("AgentID: %s", a.AgentID)
}
}
func TestSystemRebootRequired(t *testing.T) {
result, err := a.SystemRebootRequired()
if err != nil {