Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

horizon/integration/test: added test for reingest with --ledgerbackend datastore #5383

Merged
merged 14 commits into from
Jul 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
#4911: removed test debug lines
  • Loading branch information
sreuland committed Jul 11, 2024
commit 337006c00ee28b0e00db5168c423c3a88d8b62d8
2 changes: 0 additions & 2 deletions services/horizon/internal/integration/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,6 @@ func TestReingestDB(t *testing.T) {
}

func TestReingestDatastore(t *testing.T) {
os.Setenv("HORIZON_INTEGRATION_TESTS_ENABLED", "true")

if os.Getenv("HORIZON_INTEGRATION_TESTS_ENABLED") == "" {
t.Skip("skipping integration test: HORIZON_INTEGRATION_TESTS_ENABLED not set")
}
Expand Down
Loading