Procházet zdrojové kódy

fix: add some comments to test file

Yeuoly před 8 měsíci
rodič
revize
535921c44a
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      internal/cluster/plugin_test.go

+ 1 - 0
internal/cluster/plugin_test.go

@@ -132,6 +132,7 @@ func TestPluginScheduleLifetime(t *testing.T) {
 	}
 }
 
+// TODO: I need to implement this test, now it's randomly working
 // func TestPluginScheduleWhenMasterClusterShutdown(t *testing.T) {
 // 	plugins := []fakePlugin{
 // 		getRandomPluginRuntime(),