Skip to content

Commit

Permalink
Disables a flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Aug 6, 2024
1 parent 879b969 commit cbe237e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ final class DataBrokerProtectionMigrationsFeatureFlaggerTests: XCTestCase {
XCTAssertTrue(result)
}

/* DISABLED(flaky) REF: https://app.asana.com/0/1203108348835387/1207987874156874/f
func testAverageCalculatedRandomNumberAssignmentIsBetween9And11Percent() {
// Given
var percentages: [Double] = []
Expand Down Expand Up @@ -186,4 +187,5 @@ final class DataBrokerProtectionMigrationsFeatureFlaggerTests: XCTestCase {
let average = sum / Double(percentages.count)
XCTAssert(average > 9.0 && average < 11.0)
}
*/
}

0 comments on commit cbe237e

Please sign in to comment.