Disable muzzle
This commit is contained in:
parent
0bd7a62464
commit
217dd411de
|
@ -8,6 +8,7 @@ import spock.lang.Specification
|
|||
|
||||
class MuzzleBytecodeTransformTest extends Specification {
|
||||
|
||||
/*
|
||||
def "muzzle fields added to all instrumentation"() {
|
||||
setup:
|
||||
List<Class> unMuzzledClasses = []
|
||||
|
@ -44,5 +45,6 @@ class MuzzleBytecodeTransformTest extends Specification {
|
|||
nonLazyFields == []
|
||||
unInitFields == []
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
|
|
@ -42,7 +42,8 @@ public class MuzzleGradlePlugin implements Plugin {
|
|||
}
|
||||
instrumenter = instrumenter.getSuperClass();
|
||||
}
|
||||
return isInstrumenter;
|
||||
// return isInstrumenter;
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue