We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917be11 commit 943f24bCopy full SHA for 943f24b
1 file changed
scripts/integration_test.sh
@@ -41,7 +41,9 @@ ls -lh data
41
bugbug-train defectenhancementtask --limit 500 --no-download
42
43
# Then train a commit model
44
-bugbug-train backout --limit 30000 --no-download
+# 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
47
48
# Then spin the http service up
49
# This part duplicates the http service Dockerfiles because we cannot easily spin Docker containers
0 commit comments