Convert skipped tests to bug tracking tests.
For areas of the product known to fail, use a "bug tracking" test instead of Skip.
Rather than skipping tests, we simply assert that the bug hasn't yet been fixed. That way we:
- remember to enable the test once the bug has been fixed
- don't see build warnings in the interim
↧