Skip to content

Commit 8729406

Browse files
committed
removing tags test for now
1 parent acee23f commit 8729406

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

singularity/tests/test_analysis_classify.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,6 @@ def test_estimate_os(self):
6767
self.assertTrue(estimated_os.startswith('ubuntu'))
6868

6969

70-
def test_get_tags(self):
71-
print("Testing singularity.analysis.classify.get_tags")
72-
from singularity.analysis.classify import get_tags
73-
tags = get_tags(self.container)
74-
print(len(tags))
75-
print("Case 1: Testing that empty OS (with no additions) returns no relevant tags")
76-
self.assertTrue(len(tags)>0)
77-
78-
7970
def test_file_counts(self):
8071
print("Testing singularity.analysis.classify.file_counts")
8172
from singularity.analysis.classify import file_counts

0 commit comments

Comments
 (0)