add comment

This commit is contained in:
Mayuresh Gaitonde
2020-12-18 11:44:32 -08:00
parent 30303bb875
commit 96b39ec9bb

View File

@@ -69,6 +69,7 @@ func (l *BgpListener) Shutdown() error {
// listener. It needs a few seconds to pass and *may* time out // listener. It needs a few seconds to pass and *may* time out
// if the test timeouts are very small. It also needs to be run as // if the test timeouts are very small. It also needs to be run as
// root (sudo) // root (sudo)
// Disabling this test in CI currently due to https://github.com/osrg/gobgp/issues/2366
func TestBgpNew(t *testing.T) { func TestBgpNew(t *testing.T) {
if os.Getenv("CI") != "" { if os.Getenv("CI") != "" {
t.Skip("Skipping testing in CI environment") t.Skip("Skipping testing in CI environment")