class Cucumber::Core::Test::Result::Flaky

retry, therefore only the class method self.ok? is needed.
reporting result type for test cases that fails and the passes on
Flaky is not used directly as an execution result, but is used as a

def self.ok?(strict: false)

def self.ok?(strict: false)
  !strict
end