Skip to content

Commit 93b0edf

Browse files
authored
fix: Removing unnecessary schema validation (#5416)
1 parent fb7ae48 commit 93b0edf

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test/integration_include_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,6 @@ func TestTerragruntWorksWithRootTerragruntHCL(t *testing.T) {
269269
_, _, err = helpers.RunTerragruntCommandWithOutput(t, command)
270270
require.NoError(t, err)
271271

272-
// Validate the report file against the schema
273-
err = report.ValidateJSONReportFromFile(reportFile)
274-
require.NoError(t, err, "Report should pass schema validation")
275-
276272
// Parse the report file to verify the correct units ran
277273
runs, err := report.ParseJSONRunsFromFile(reportFile)
278274
require.NoError(t, err, "Should be able to parse JSON report")

0 commit comments

Comments
 (0)