[Glass] Exclude TestClass from travis ci test execution

BrunoBB via Glass glass at lists.gemtalksystems.com
Sat Sep 3 17:20:53 PDT 2016


Hi,

I have the following .smalltalk.ston excluding a test class 
(as stated in: https://github.com/hpi-swa/smalltalkCI):

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

But the test class OrbeonFormInstanceQTestExample1 is executed anyway.

Any idea what is wrong with this definition ?

Regards,
Bruno



--
View this message in context: http://forum.world.st/Exclude-TestClass-from-travis-ci-test-execution-tp4913992.html
Sent from the GLASS mailing list archive at Nabble.com.


More information about the Glass mailing list