Skip to content

Commit 9510e97

Browse files
authored
Rollup merge of #117105 - onur-ozkan:remove-change-id-assertion, r=albertlarsan68
remove change-id assertion in bootstrap test In the bootstrap test, the assertion of the change-id fails whenever we update the change-id next to a breaking change in build configurations. This commit removes the assertion, as it's not critical or useful to have. ref #115898 (comment)
2 parents 5a0e51e + b99b935 commit 9510e97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootstrap/bootstrap_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ class GenerateAndParseConfig(unittest.TestCase):
103103
"""Test that we can serialize and deserialize a config.toml file"""
104104
def test_no_args(self):
105105
build = serialize_and_parse([])
106-
self.assertEqual(build.get_toml("change-id"), '116998')
107106
self.assertEqual(build.get_toml("profile"), 'dist')
108107
self.assertIsNone(build.get_toml("llvm.download-ci-llvm"))
109108

0 commit comments

Comments
 (0)