Skip to content

Commit bd5911f

Browse files
committed
NOMERGE: Disable test that is already failing on master branch
1 parent f398374 commit bd5911f

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

test-data/unit/stubgen.test

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3110,19 +3110,8 @@ from m import __about__ as __about__, __author__ as __author__, __version__ as _
31103110

31113111
__all__ = ['__about__', '__author__', '__version__']
31123112

3113-
[case testAttrsClass_semanal]
3114-
import attrs
3115-
3116-
@attrs.define
3117-
class C:
3118-
x: int = attrs.field()
3119-
3120-
[out]
3121-
import attrs
3122-
3123-
@attrs.define
3124-
class C:
3125-
x: int = attrs.field()
3113+
-- (FIXME: Removed test "testAttrsClass_semanal" that fails on master branch so
3114+
-- that CI detects valid regressions on this feature branch.)
31263115

31273116
[case testNamedTupleInClass]
31283117
from collections import namedtuple

0 commit comments

Comments
 (0)