Skip to content

Commit e9487bd

Browse files
authored
Mark other.test_gen_struct_info as flaky. (#25207)
Mark other.test_gen_struct_info as flaky. #25206
1 parent bf4b9bd commit e9487bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_other.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13781,6 +13781,7 @@ def test_split_main_module(self):
1378113781
self.assertIn('Hello from lib!', result)
1378213782

1378313783
@crossplatform
13784+
@flaky('https://github.com/emscripten-core/emscripten/issues/25206')
1378413785
def test_gen_struct_info(self):
1378513786
# This test will start failing whenever the struct info changes (e.g. offset or defines
1378613787
# change). However it's easy to rebaseline with --rebaseline.

0 commit comments

Comments
 (0)