Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tests_single/feature_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
featuresSuite.TestVl3_ipv6,
featuresSuite.TestNse_composition,
featuresSuite.TestSelect_forwarder,
featuresSuite.TestScaled_registry))
featuresSuite.TestScaled_registry,
featuresSuite.TestRuntime_loglevel_change,

Check failure on line 68 in tests_single/feature_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint / golangci-lint

featuresSuite.TestRuntime_loglevel_change undefined (type *features.Suite has no field or method TestRuntime_loglevel_change) (typecheck)
))
}
}
Loading