Skip to content

Commit

Permalink
Remove faulty classification as "spack locking problem"
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichofer committed Feb 23, 2024
1 parent 056ac6e commit 3534c7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/report_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ def __str__(self) -> str:
# Trigger phrases that cause a test to get a special icon and comment.
# List[(trigger, icon, comment)]
triggers = [
('AssertionError exception when releasing read lock', ':lock:',
'spack locking problem'),
('Timed out waiting for a write lock', ':lock:',
'spack write lock problem'),
('Timed out waiting for a read lock', ':lock:',
Expand Down

0 comments on commit 3534c7e

Please sign in to comment.