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 c9258dc commit de3821fCopy full SHA for de3821f
integration/dkg/dkg_emulator_test.go
@@ -201,5 +201,6 @@ func (s *DKGSuite) TestNodesDown() {
201
// between consensus node and access node, as well as connection issues between
202
// access node and execution node, or the execution node being down).
203
func (s *DKGSuite) TestEmulatorProblems() {
204
+ s.T().Skip("flaky test - quarantined")
205
s.runTest(numberOfNodes, true)
206
}
0 commit comments