Skip to content

Commit d5f5203

Browse files
committed
mark as expected a failure related to the APM from a HotS replay. it's a known bug that we're not going to fix for a long time, if ever.
1 parent 32721d3 commit d5f5203

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_replays/test_all.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ def test_engine_plugins(self):
303303
self.assertEqual(code, 0)
304304
self.assertEqual(details, dict())
305305

306+
@unittest.expectedFailure
306307
def test_factory_plugins(self):
307308
from sc2reader.factories.plugins.replay import APMTracker, SelectionTracker, toJSON
308309

0 commit comments

Comments
 (0)