Skip to content

Commit

Permalink
chore(test): reset test data before each run to ensure clean state
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Jul 5, 2024
1 parent 0c911b6 commit d52d194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/integ/src/plugins/kubernetes/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ describe("kubernetes Pod runner functions", () => {
// This group of tests make some permanent changes in the target cluster,
// so it should be isolated from the test group above to avoid unexpected data in the test results.
context("with volumes", () => {
before(async () => {
beforeEach(async () => {
await initTestData()
})

Expand Down

0 comments on commit d52d194

Please sign in to comment.