We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a162c1e commit c9aed22Copy full SHA for c9aed22
backend/test_nightly/test_execution_minutes_quota.py
@@ -134,10 +134,6 @@ def test_add_execution_mins_extra_quotas(
134
assert data["giftedExecSecondsAvailable"] == GIFTED_SECS_QUOTA
135
assert data["extraExecSeconds"] == {}
136
assert data["giftedExecSeconds"] == {}
137
- assert (
138
- get_total_exec_seconds(data["crawlExecSeconds"])
139
- >= EXEC_SECS_QUOTA + EXTRA_SECS_ADDED_QUOTA
140
- )
141
assert len(data["quotaUpdates"])
142
for update in data["quotaUpdates"]:
143
assert update["modified"]
0 commit comments