예제 #1
0
        public async Task Test(LegacyBlockchainTest test)
        {
            if (test.Name.Contains("suicideStorage"))
            {
                return;
            }

            await RunTest(test);
        }
예제 #2
0
        public async Task Test(LegacyBlockchainTest test)
        {
            if (test.Name.Contains("randomStatetest94"))
            {
                // test has unreasonable amount of gas assigned to the block
                // it passes but causes the builds to take half an hour
                return;
            }

            await RunTest(test);
        }
예제 #3
0
 public async Task Test(LegacyBlockchainTest test)
 {
     await RunTest(test);
 }