Skip to content

Commit 943f24b

Browse files
Disable training the backout model in the integration test (#5021)
1 parent 917be11 commit 943f24b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/integration_test.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ ls -lh data
4141
bugbug-train defectenhancementtask --limit 500 --no-download
4242

4343
# Then train a commit model
44-
bugbug-train backout --limit 30000 --no-download
44+
# FIXME: Disabled temporary due to a problem in identifying backout comments
45+
# See: https://github.com/mozilla/bugbug/issues/5020#issuecomment-2884394426
46+
# bugbug-train backout --limit 30000 --no-download
4547

4648
# Then spin the http service up
4749
# This part duplicates the http service Dockerfiles because we cannot easily spin Docker containers

0 commit comments

Comments
 (0)