Login  Register

Re: Exclude TestClass from travis ci test execution

Posted by BrunoBB on Sep 07, 2016; 5:01pm
URL: https://forum.world.st/Exclude-TestClass-from-travis-ci-test-execution-tp4913992p4914638.html

Dale,

My ston is:
SmalltalkCISpec {
  #loading : [
    SCIMetacelloLoadSpec {
      #baseline : 'OrbeonPersistenceLayer',
      #directory : 'repository',
      #onWarningLog : true,
      #load : [ 'default' ],
      #platforms : [ #gemstone ]
    }
  ],
  #testing : {  
    #exclude : {
      #classes : [ 'OrbeonFormInstanceQTestExample1' ]
    },
     #include : {
      #packages : ['Orbeon_Tests']
    }
  }
}

But all tests in OrbeonFormInstanceQTestExample1 are still being executed :(

No idea what is going on....i will reserach further on this... let you know i find something...

regards,
bruno