Mark a whole lot of tests to skip on m1 as they core dump
This commit is contained in:
@@ -672,6 +672,7 @@ func TestExecuteWithNonExistingAddress(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestExecuteWithPanic(t *testing.T) {
|
||||
SkipIfM1(t)
|
||||
ctx, keepers := CreateTestInput(t, false, SupportedFeatures)
|
||||
keeper := keepers.ContractKeeper
|
||||
|
||||
@@ -703,6 +704,7 @@ func TestExecuteWithPanic(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestExecuteWithCpuLoop(t *testing.T) {
|
||||
SkipIfM1(t)
|
||||
ctx, keepers := CreateTestInput(t, false, SupportedFeatures)
|
||||
keeper := keepers.ContractKeeper
|
||||
|
||||
@@ -745,6 +747,7 @@ func TestExecuteWithCpuLoop(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestExecuteWithStorageLoop(t *testing.T) {
|
||||
SkipIfM1(t)
|
||||
ctx, keepers := CreateTestInput(t, false, SupportedFeatures)
|
||||
keeper := keepers.ContractKeeper
|
||||
|
||||
@@ -786,6 +789,7 @@ func TestExecuteWithStorageLoop(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestMigrate(t *testing.T) {
|
||||
SkipIfM1(t)
|
||||
ctx, keepers := CreateTestInput(t, false, SupportedFeatures)
|
||||
keeper := keepers.ContractKeeper
|
||||
|
||||
@@ -967,6 +971,7 @@ func TestMigrate(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestMigrateReplacesTheSecondIndex(t *testing.T) {
|
||||
SkipIfM1(t)
|
||||
ctx, keepers := CreateTestInput(t, false, SupportedFeatures)
|
||||
example := InstantiateHackatomExampleContract(t, ctx, keepers)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user