build(deps): bump kotest from 5.9.0 to 6.0.0 #7291
Open
GitHub Actions / Test Results
failed
Aug 21, 2025 in 0s
1 fail, 20 skipped, 5 023 pass in 28m 45s
828 files 828 suites 28m 45s ⏱️
5 044 tests 5 023 ✅ 20 💤 1 ❌
9 997 runs 9 956 ✅ 40 💤 1 ❌
Results for commit 2190c95.
Annotations
github-actions / Test Results
1 out of 2 runs failed: updateIfNewReleaseAvailable_receiveProgressUpdateFromUpdateApp (com.google.firebase.appdistribution.impl.FirebaseAppDistributionServiceImplTest)
artifacts/unit-test-result-_firebase-appdistribution/firebase-appdistribution/build/test-results/testReleaseUnitTest/TEST-com.google.firebase.appdistribution.impl.FirebaseAppDistributionServiceImplTest.xml [took 0s]
Raw output
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:633)
at com.google.firebase.appdistribution.impl.FirebaseAppDistributionServiceImplTest.updateIfNewReleaseAvailable_receiveProgressUpdateFromUpdateApp(FirebaseAppDistributionServiceImplTest.java:623)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.robolectric.RobolectricTestRunner$HelperTestRunner$1.evaluate(RobolectricTestRunner.java:489)
at org.robolectric.internal.SandboxTestRunner$2.lambda$evaluate$2(SandboxTestRunner.java:290)
at org.robolectric.internal.bytecode.Sandbox.lambda$runOnMainThread$0(Sandbox.java:104)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Suppressed: org.robolectric.android.internal.AndroidTestEnvironment$UnExecutedRunnablesException: Main looper has queued unexecuted runnables. This might be the cause of the test failure. You might need a shadowOf(Looper.getMainLooper()).idle() call.
Loading