Skip to content

Commit d15aa8d

Browse files
committed
WORKAROUND_ENABLING_ROLLBACK_OF_PR3068 = False
1 parent 48c55af commit d15aa8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_class_sh_trampoline_shared_from_this.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def test_multiple_registered_instances_for_same_pointee_recursive():
213213
break # Comment out for manual leak checking (use `top` command).
214214

215215

216-
WORKAROUND_ENABLING_ROLLBACK_OF_PR3068 = env.LINUX
216+
WORKAROUND_ENABLING_ROLLBACK_OF_PR3068 = False # env.LINUX
217217

218218

219219
def test_std_make_shared_factory():

0 commit comments

Comments
 (0)