We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f417915 + dfa72f0 commit 6e60409Copy full SHA for 6e60409
1 file changed
test/integration/cve_int_test.go
@@ -13,6 +13,7 @@ type CveIntegrationTestSuite struct {
13
}
14
15
func (suite *CveIntegrationTestSuite) TestCve() {
16
+ suite.T().Skip("This does not work right now") // DX-3252, CP-658
17
suite.OnlyRunForTags(tagsuite.Cve)
18
19
ts := e2e.New(suite.T(), false)
0 commit comments