Skip to content

Commit

Permalink
temp disable scheduler actor reminder e2e test before staging queue
Browse files Browse the repository at this point in the history
added

Signed-off-by: joshvanl <me@joshvanl.dev>
  • Loading branch information
JoshVanL committed Oct 24, 2024
1 parent ea4dc74 commit 297bff5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions tests/e2e/actor_reminder/actor_reminder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,22 +140,22 @@ func TestMain(m *testing.M) {
"TEST_APP_ACTOR_TYPE": actorName,
},
},
{
AppName: appName + "scheduler",
DaprEnabled: true,
DebugLoggingEnabled: true,
ImageName: "e2e-actorfeatures",
Config: "featureactorreminderscheduler",
Replicas: 1,
IngressEnabled: true,
DaprCPULimit: "2.0",
DaprCPURequest: "0.1",
AppCPULimit: "2.0",
AppCPURequest: "0.1",
AppEnv: map[string]string{
"TEST_APP_ACTOR_TYPE": actorName,
},
},
//{
// AppName: appName + "scheduler",
// DaprEnabled: true,
// DebugLoggingEnabled: true,
// ImageName: "e2e-actorfeatures",
// Config: "featureactorreminderscheduler",
// Replicas: 1,
// IngressEnabled: true,
// DaprCPULimit: "2.0",
// DaprCPURequest: "0.1",
// AppCPULimit: "2.0",
// AppCPURequest: "0.1",
// AppEnv: map[string]string{
// "TEST_APP_ACTOR_TYPE": actorName,
// },
//},
}

tr = runner.NewTestRunner(appName, testApps, nil, nil)
Expand Down

0 comments on commit 297bff5

Please sign in to comment.