blob: c09a698f19388c4db4afd06d3e2459a97a568841 (
plain)
1
2
3
4
5
6
7
|
//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
|