diff --git a/tests/conformance/conformance_test.go b/tests/conformance/conformance_test.go index 3437749c67..43b763efc7 100644 --- a/tests/conformance/conformance_test.go +++ b/tests/conformance/conformance_test.go @@ -51,6 +51,7 @@ func TestConformance(t *testing.T) { "https://github.com/nginx/nginx-gateway-fabric/discussions/new/choose", }, } + opts.Debug = true testSuite, err := suite.NewConformanceTestSuite(opts) g.Expect(err).To(Not(HaveOccurred()))