Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#1924 from justinsb/dont_ignore…
Browse files Browse the repository at this point in the history
…_when_direct

tests: Don't ignore http log with direct reconcilers
  • Loading branch information
google-oss-prow[bot] authored Jun 5, 2024
2 parents 253220b + 47bef17 commit 0381d8a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/e2e/script_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,7 @@ func TestE2EScript(t *testing.T) {
}

if os.Getenv("GOLDEN_REQUEST_CHECKS") != "" || os.Getenv("WRITE_GOLDEN_OUTPUT") != "" {
if os.Getenv("KCC_USE_DIRECT_RECONCILERS") != "" && os.Getenv("GOLDEN_REQUEST_CHECKS") != "" {
h.Logf("ignoring http log checking for now for direct resources")
} else {
{
x := NewNormalizer(uniqueID, project)

for _, stepEvents := range eventsByStep {
Expand Down

0 comments on commit 0381d8a

Please sign in to comment.