Ejemplo n.º 1
0
        public async Task Test(LegacyBlockchainTest test)
        {
            if (test.Name.Contains("suicideStorage"))
            {
                return;
            }

            await RunTest(test);
        }
Ejemplo n.º 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);
        }
Ejemplo n.º 3
0
 public async Task Test(LegacyBlockchainTest test)
 {
     await RunTest(test);
 }