Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kadner <[email protected]>
  • Loading branch information
ckadner committed Sep 12, 2023
1 parent b03fdab commit fd6ebc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fvt/storage/storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ var _ = Describe("ISVCs", func() {
config[k] = v
}

// scale to 0 for resource-constraint environments (only 2 CPUs on GH actions)
// scale to 0 for resource-constrained environments (only 2 CPUs on GH actions)
// to stop and remove runtimes which are not used for this test
// Warning FailedScheduling pod/modelmesh-serving-mlserver-1.x-...
// 0/1 nodes are available: 1 Insufficient cpu. preemption: 0/1 nodes are available:
Expand Down Expand Up @@ -209,7 +209,7 @@ var _ = Describe("ISVCs", func() {
config[k] = v
}

// scale to 0 for resource-constraint environments (only 2 CPUs on GH actions)
// scale to 0 for resource-constrained environments (only 2 CPUs on GH actions)
// to stop and remove runtimes which are not used for this test
// Warning FailedScheduling pod/modelmesh-serving-mlserver-1.x-...
// 0/1 nodes are available: 1 Insufficient cpu. preemption: 0/1 nodes are available:
Expand Down

0 comments on commit fd6ebc0

Please sign in to comment.