gitlab.com/SiaPrime/SiaPrime@v1.4.1/build/pool_off.go (about)

     1  // +build !pool
     2  
     3  package build
     4  
     5  // POOL set to false disables a set of tests that require a running MySQL db
     6  // set up for pool testing.
     7  const POOL = false