Skip to content

Commit

Permalink
update: fixed e2e testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
heemankv committed Nov 12, 2024
1 parent abf8df2 commit ccabb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ impl Orchestrator {
.arg("--features")
.arg("testing")
.arg("--")
// --settle-on-ethereum --aws-s3 --aws-sqs --aws-sns --mongodb --sharp --da-on-ethereum ")
.arg("--settle-on-ethereum")
.arg("--aws-s3")
.arg("--aws-sqs")
.arg("--aws-sns")
.arg("--mongodb")
.arg("--sharp")
.arg("--da-on-ethereum")
.arg("--aws-event-bridge")
.current_dir(repository_root)
.envs(envs)
.stdout(Stdio::piped())
Expand Down

0 comments on commit ccabb49

Please sign in to comment.