Skip to content

Commit 9d9e618

Browse files
committed
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. Signed-off-by: onur-ozkan <[email protected]>
1 parent 8581200 commit 9d9e618

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"), '115898')
107106
self.assertEqual(build.get_toml("profile"), 'dist')
108107
self.assertIsNone(build.get_toml("llvm.download-ci-llvm"))
109108

0 commit comments

Comments
 (0)