github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/state/skip_test.go (about) 1 // Copyright 2019 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 //go:build skip_state_tests 5 6 package state_test 7 8 // runStateTests controls whether to run the state tests - in this case 9 // the skip_state_tests build tag has been set so they'll be skipped. 10 const runStateTests = false