Commit 76cc73b
authored
test: xfail a flaky
Many of the app composition and embedding tests are flaky in CI. This
suggests either cross-test state pollution or a bug in the underlying
implementation.
These bugs are not high priority to fix, so the flaky test has been
marked as xfail. If this ever does become
a priority (in particular, if we see GitHub issues about these methods
failing in real usage), these failing tests may provide a clue.
This test appears to only have started failing somewhat consistently
after #9257, but I don't see any relation between the two (it's possible
#9257's tests may pollute the test environment, but I haven't been able
to see how).
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Marked
tests/_ast/test_app.py::TestAppComposition::test_overrides_returns_multiple_defs
as xfail to stabilize CI for app composition/embedding. The failure is
CI-only and likely due to cross-test state or an underlying bug; we’ll
revisit if it affects users.
<sup>Written for commit 3046298.
Summary will update on new commits.</sup>
<!-- End of auto-generated description by cubic. -->app test in CI (#9361)1 parent 32ce9b5 commit 76cc73b
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1117 | 1117 | | |
1118 | 1118 | | |
1119 | 1119 | | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
1120 | 1126 | | |
1121 | 1127 | | |
1122 | 1128 | | |
| |||
1784 | 1790 | | |
1785 | 1791 | | |
1786 | 1792 | | |
| 1793 | + | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
1787 | 1797 | | |
1788 | 1798 | | |
1789 | 1799 | | |
| |||
1827 | 1837 | | |
1828 | 1838 | | |
1829 | 1839 | | |
1830 | | - | |
1831 | | - | |
1832 | 1840 | | |
1833 | 1841 | | |
1834 | 1842 | | |
| |||
0 commit comments