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 3f9a5c2 commit be743c8Copy full SHA for be743c8
itests/f3_test.go
@@ -61,8 +61,9 @@ func TestF3_Enabled(t *testing.T) {
61
e.requireAllMinersParticipate()
62
}
63
64
-// TestF3_Disabled tests the return values and errors of the F3 API when F3 is
65
-// disabled or is not yet running.
+// TestF3_InactiveModes tests F3 API behaviors under different inactive states:
+// 1. Completely disabled mode (F3 functionality turned off)
66
+// 2. Not-yet-ready state (F3 enabled but not yet operational)
67
func TestF3_InactiveModes(t *testing.T) {
68
kit.QuietMiningLogs()
69
0 commit comments