@@ -33,7 +33,6 @@ import (
3333
3434func TestSchedulerList (t * testing.T ) {
3535 cmdUninstall ()
36- cleanUpLogs ()
3736 ensureDaprInstallation (t )
3837 t .Cleanup (func () {
3938 must (t , cmdUninstall , "failed to uninstall Dapr" )
@@ -42,7 +41,6 @@ func TestSchedulerList(t *testing.T) {
4241 runFilePath := "../testdata/run-template-files/test-scheduler.yaml"
4342 t .Cleanup (func () {
4443 cmdStopWithAppID ("test-scheduler" )
45- cleanUpLogs ()
4644 waitAppsToBeStopped ()
4745 })
4846 args := []string {"-f" , runFilePath }
@@ -179,7 +177,6 @@ func TestSchedulerList(t *testing.T) {
179177
180178func TestSchedulerGet (t * testing.T ) {
181179 cmdUninstall ()
182- cleanUpLogs ()
183180 ensureDaprInstallation (t )
184181 t .Cleanup (func () {
185182 must (t , cmdUninstall , "failed to uninstall Dapr" )
@@ -188,7 +185,6 @@ func TestSchedulerGet(t *testing.T) {
188185 runFilePath := "../testdata/run-template-files/test-scheduler.yaml"
189186 t .Cleanup (func () {
190187 cmdStopWithAppID ("test-scheduler" )
191- cleanUpLogs ()
192188 waitAppsToBeStopped ()
193189 })
194190 args := []string {"-f" , runFilePath }
@@ -276,7 +272,6 @@ func TestSchedulerGet(t *testing.T) {
276272
277273func TestSchedulerDelete (t * testing.T ) {
278274 cmdUninstall ()
279- cleanUpLogs ()
280275 ensureDaprInstallation (t )
281276 t .Cleanup (func () {
282277 must (t , cmdUninstall , "failed to uninstall Dapr" )
@@ -285,7 +280,6 @@ func TestSchedulerDelete(t *testing.T) {
285280 runFilePath := "../testdata/run-template-files/test-scheduler.yaml"
286281 t .Cleanup (func () {
287282 cmdStopWithAppID ("test-scheduler" )
288- cleanUpLogs ()
289283 waitAppsToBeStopped ()
290284 })
291285 args := []string {"-f" , runFilePath }
@@ -342,7 +336,6 @@ func TestSchedulerDelete(t *testing.T) {
342336
343337func TestSchedulerDeleteAllAll (t * testing.T ) {
344338 cmdUninstall ()
345- cleanUpLogs ()
346339 ensureDaprInstallation (t )
347340 t .Cleanup (func () {
348341 must (t , cmdUninstall , "failed to uninstall Dapr" )
@@ -351,7 +344,6 @@ func TestSchedulerDeleteAllAll(t *testing.T) {
351344 runFilePath := "../testdata/run-template-files/test-scheduler.yaml"
352345 t .Cleanup (func () {
353346 cmdStopWithAppID ("test-scheduler" )
354- cleanUpLogs ()
355347 waitAppsToBeStopped ()
356348 })
357349 args := []string {"-f" , runFilePath }
@@ -374,7 +366,6 @@ func TestSchedulerDeleteAllAll(t *testing.T) {
374366
375367func TestSchedulerDeleteAll (t * testing.T ) {
376368 cmdUninstall ()
377- cleanUpLogs ()
378369 ensureDaprInstallation (t )
379370 t .Cleanup (func () {
380371 must (t , cmdUninstall , "failed to uninstall Dapr" )
@@ -383,7 +374,6 @@ func TestSchedulerDeleteAll(t *testing.T) {
383374 runFilePath := "../testdata/run-template-files/test-scheduler.yaml"
384375 t .Cleanup (func () {
385376 cmdStopWithAppID ("test-scheduler" )
386- cleanUpLogs ()
387377 waitAppsToBeStopped ()
388378 })
389379 args := []string {"-f" , runFilePath }
@@ -429,7 +419,6 @@ func TestSchedulerDeleteAll(t *testing.T) {
429419
430420func TestSchedulerExportImport (t * testing.T ) {
431421 cmdUninstall ()
432- cleanUpLogs ()
433422 ensureDaprInstallation (t )
434423 t .Cleanup (func () {
435424 must (t , cmdUninstall , "failed to uninstall Dapr" )
@@ -438,7 +427,6 @@ func TestSchedulerExportImport(t *testing.T) {
438427 runFilePath := "../testdata/run-template-files/test-scheduler.yaml"
439428 t .Cleanup (func () {
440429 cmdStopWithAppID ("test-scheduler" )
441- cleanUpLogs ()
442430 waitAppsToBeStopped ()
443431 })
444432 args := []string {"-f" , runFilePath }
0 commit comments