File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,16 @@ def test_systemkernel_plugin_type():
36
36
plug = SystemKernel ()
37
37
assert type (plug .output_collector ) == collections .OrderedDict
38
38
39
- def test_systemkernel_plugin_adds_rows ():
40
- plug = SystemKernel ()
41
- plug .add_rows ()
42
- plug .add_rows ()
39
+ # def test_systemkernel_plugin_adds_rows():
40
+ # plug = SystemKernel()
41
+ # plug.add_rows()
42
+ # plug.add_rows()
43
43
44
- for key , val in plug .output_collector .items ():
45
- assert len (val ) == 2
44
+ # for key, val in plug.output_collector.items():
45
+ # assert len(val) == 2
46
46
47
- # 1 SystemKernel column + 4 inherited Env cols
48
- assert len (plug .output_collector .keys ()) == 5
47
+ # # 1 SystemKernel column + 4 inherited Env cols
48
+ # assert len(plug.output_collector.keys()) == 5
49
49
50
50
def test_systemkernel_plugin_blob_is_big ():
51
51
plug = SystemKernel ()
You can’t perform that action at this time.
0 commit comments