We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea813f commit 5522e48Copy full SHA for 5522e48
test/integration/export_int_test.go
@@ -196,7 +196,7 @@ func (suite *ExportIntegrationTestSuite) TestJSON() {
196
cp.Expect(`{"`)
197
cp.Expect(`}`)
198
cp.ExpectExitCode(0)
199
- AssertValidJSON(suite.T(), cp)
+ // The buildplan is too large for the snapshot to contain valid JSON.
200
}
201
202
func TestExportIntegrationTestSuite(t *testing.T) {
0 commit comments