Skip to content

Commit 41d8f5a

Browse files
authored
Remove uneccessary use of silos in jobobject tests (microsoft#1464)
Two tests added recently by yours truly don't need to be running as silos. Remove the silo field set to true. Was running into this when trying to backport a fix to a branch that doesn't have the silo work. Signed-off-by: Daniel Canter <[email protected]>
1 parent 598ea47 commit 41d8f5a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/jobobject/jobobject_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ func TestJobStats(t *testing.T) {
7070
ctx = context.Background()
7171
options = &Options{
7272
Name: "test",
73-
Silo: true,
7473
EnableIOTracking: true,
7574
}
7675
)
@@ -110,7 +109,6 @@ func TestIOTracking(t *testing.T) {
110109
ctx = context.Background()
111110
options = &Options{
112111
Name: "test",
113-
Silo: true,
114112
}
115113
)
116114
job, err := Create(ctx, options)

0 commit comments

Comments
 (0)