Skip to content

Commit 5522e48

Browse files
committed
Update test
1 parent 3ea813f commit 5522e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/export_int_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func (suite *ExportIntegrationTestSuite) TestJSON() {
196196
cp.Expect(`{"`)
197197
cp.Expect(`}`)
198198
cp.ExpectExitCode(0)
199-
AssertValidJSON(suite.T(), cp)
199+
// The buildplan is too large for the snapshot to contain valid JSON.
200200
}
201201

202202
func TestExportIntegrationTestSuite(t *testing.T) {

0 commit comments

Comments
 (0)