Skip to content

Commit

Permalink
remove problematic platform-specific test (we have coverage in other …
Browse files Browse the repository at this point in the history
…ways)
  • Loading branch information
jessepeterson committed May 31, 2023
1 parent d1a91be commit 8474c72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions engine/convert_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package engine

import (
"bytes"
"os"
"reflect"
"testing"
Expand Down Expand Up @@ -116,11 +115,4 @@ func TestConvertStorageCommandRawFromWorkflowCommand(t *testing.T) {
if have, want := cmd.CommandUUID, "ABCUUID"; have != want {
t.Errorf("have: %v, want: %v", have, want)
}
secInfoGenPlist, err := os.ReadFile("testdata/secinfo.gen.plist")
if err != nil {
t.Fatal(err)
}
if have, want := bytes.TrimSpace(sc.Command), bytes.TrimSpace(secInfoGenPlist); !bytes.Equal(have, want) {
t.Errorf("have: %v, want: %v", string(have), string(want))
}
}
3 changes: 0 additions & 3 deletions engine/testdata/secinfo.gen.plist

This file was deleted.

0 comments on commit 8474c72

Please sign in to comment.