Skip to content

PR #7105

PR #7105 #4125

GitHub Actions / Test Results failed Jul 7, 2025 in 0s

1 fail, 21 skipped, 4 710 pass in 24m 17s

  831 files   -  99    831 suites   - 99   24m 17s ⏱️ - 2m 5s
4 732 tests  - 458  4 710 ✅  - 458  21 💤 ±0  1 ❌ ±0 
9 456 runs   - 909  9 414 ✅  - 909  41 💤 ±0  1 ❌ ±0 

Results for commit 18465b6. ± Comparison against earlier commit 5a09fc8.

Annotations

Check warning on line 0 in com.google.firebase.inappmessaging.display.internal.FiamWindowManagerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

show_addsViewOnlyOnce (com.google.firebase.inappmessaging.display.internal.FiamWindowManagerTest) failed

artifacts/unit-test-result-/firebase-inappmessaging-display/build/test-results/testDebugUnitTest/TEST-com.google.firebase.inappmessaging.display.internal.FiamWindowManagerTest.xml [took 1s]
Raw output
expected: WM.LayoutParams{(0,0)(fillxwrap) gr=#11 ty=1003 fl=#1 fmt=-3 surfaceInsets=Rect(0, 0 - 0, 0)}
but was : WM.LayoutParams{(0,0)(fillxwrap) gr=#11 ty=1003 fl=#1000001 fmt=-3 surfaceInsets=Rect(0, 0 - 0, 0)}
	at com.google.firebase.inappmessaging.display.internal.FiamWindowManagerTest.show_addsViewOnlyOnce(FiamWindowManagerTest.java:107)
	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.