Skip to content

Commit

Permalink
docs(main_test.go): more accurate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Oct 12, 2024
1 parent 7596b17 commit 7ccf0c1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions e2e/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ import (
"testing"
)

// only difference between integrationTests and testnetIntegrationTests is
// that integration tests are run against memstore whereas testnetintegration tests
// are run against eigenda backend talking to testnet disperser
// Integration tests are run against memstore whereas.
// Testnetintegration tests are run against eigenda backend talking to testnet disperser.
// Some of the assertions in the tests are different based on the backend as well.
// e.g, in TestProxyServerCaching we only assert to read metrics with EigenDA
// when referencing memstore since we don't profile the eigenDAClient interactions
var (
runTestnetIntegrationTests bool
runIntegrationTests bool
Expand Down

0 comments on commit 7ccf0c1

Please sign in to comment.