Skip to content

Commit

Permalink
chore(tests): remove .only call
Browse files Browse the repository at this point in the history
  • Loading branch information
thsig committed Sep 14, 2021
1 parent 868e477 commit 39d72d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { pathExists, readFile, remove, writeFile } from "fs-extra"
import { execInWorkload, kilobytesToString, millicpuToString } from "../../../../../../src/plugins/kubernetes/util"
import { getResourceRequirements } from "../../../../../../src/plugins/kubernetes/container/util"

describe.only("kubernetes container deployment handlers", () => {
describe("kubernetes container deployment handlers", () => {
let garden: Garden
let graph: ConfigGraph
let ctx: KubernetesPluginContext
Expand Down

0 comments on commit 39d72d2

Please sign in to comment.