소스 검색

fix: add some comments to test file

Yeuoly 8 달 전
부모
커밋
535921c44a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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(),