|
|
@@ -35,11 +35,9 @@ func TestWrongRLPTransactions(t *testing.T) {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-/*
|
|
|
-
|
|
|
-Not working until it's fields are in HEX
|
|
|
-
|
|
|
+//Not working until it's fields are in HEX
|
|
|
func Test10MBtx(t *testing.T) {
|
|
|
+ t.Skip("Skipped in lieu of HEX encoding fix in this file.")
|
|
|
notWorking := make(map[string]bool, 100)
|
|
|
var err error
|
|
|
err = RunTransactionTests("./files/TransactionTests/tt10mbDataField.json",
|
|
|
@@ -48,4 +46,3 @@ func Test10MBtx(t *testing.T) {
|
|
|
t.Fatal(err)
|
|
|
}
|
|
|
}
|
|
|
-*/
|