~jameinel/juju-core/api-facade-registry

« back to all changes in this revision

Viewing changes to store/store_test.go

  • Committer: John Arbash Meinel
  • Date: 2014-05-14 12:29:15 UTC
  • mfrom: (2715.2.15 juju-core)
  • Revision ID: john@arbash-meinel.com-20140514122915-lf70e9bkkxx9m11q
Merge trunk r2730

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        s.LoggingSuite.SetUpSuite(c)
46
46
        s.MgoSuite.SetUpSuite(c)
47
47
        s.HTTPSuite.SetUpSuite(c)
48
 
        if os.Getenv("JUJU_NOTEST_MONGOJS") == "1" {
 
48
        if os.Getenv("JUJU_NOTEST_MONGOJS") == "1" || testing.MgoServer.WithoutV8 {
49
49
                c.Log("Tests requiring MongoDB Javascript will be skipped")
50
50
                *noTestMongoJs = true
51
51
        }