Skip to content

Commit

Permalink
make the flaky_test_detection script read only be default (#30461)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreydevyatkin authored Feb 29, 2024
1 parent a20705c commit 6cae6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .test-infra/tools/flaky_test_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
ALERT_NAME = "flaky_test"
GIT_ORG = "apache"
GRAFANA_URL = "https://metrics.beam.apache.org"
READ_ONLY = os.environ.get("READ_ONLY", "false")
READ_ONLY = os.environ.get("READ_ONLY", "true")


class Alert:
Expand Down

0 comments on commit 6cae6b8

Please sign in to comment.