RegressionTests__CRCTests.st
changeset 2108 a13e1ed049af
parent 2107 c318ea211c64
child 2132 0ecd8352f5a1
--- a/RegressionTests__CRCTests.st	Sun Mar 17 17:09:38 2019 +0100
+++ b/RegressionTests__CRCTests.st	Tue Mar 19 11:23:37 2019 +0100
@@ -68,7 +68,9 @@
 
 test03_crc16
     "the default ccitt crc16"
-    
+
+    self skipIf:true description:'fails, in order of cg skip'.
+
     CRC16Stream flushCrcTables.
     "/ CRCStream flushCrcTables.
     "/ CRC32Stream flushCrcTables.
@@ -99,6 +101,7 @@
 
     "Created: / 16-03-2019 / 23:40:26 / Claus Gittinger"
     "Modified: / 17-03-2019 / 15:10:28 / Claus Gittinger"
+    "Modified: / 19-03-2019 / 11:23:27 / Stefan Reise"
 ! !
 
 !CRCTests class methodsFor:'documentation'!