forked from rosa/hakurei
This enables transparently degradable tests to be forced on in environments known to support them. Signed-off-by: Ophestra <cat@gensokyo.uk>
8 lines
198 B
Go
8 lines
198 B
Go
//go:build !noskip
|
|
|
|
package info
|
|
|
|
// CanDegrade is whether tests are allowed to transparently degrade or skip due
|
|
// to required system features being denied or unavailable.
|
|
const CanDegrade = true
|