Unverified Commit c091ed13 authored by Michael Müller's avatar Michael Müller
Browse files

Revert "Test automatic issue creation (#547)"

This reverts commit f581caae.
parent f581caae
Pipeline #113752 canceled with stages
...@@ -128,7 +128,7 @@ codecov: ...@@ -128,7 +128,7 @@ codecov:
artifacts: false artifacts: false
variables: variables:
# For codecov it's sufficient to run the fuzz tests only once. # For codecov it's sufficient to run the fuzz tests only once.
QUICKCHECK_TESTS: 0 QUICKCHECK_TESTS: 1
# Variables partly came from https://github.com/mozilla/grcov/blob/master/README.md # Variables partly came from https://github.com/mozilla/grcov/blob/master/README.md
CARGO_INCREMENTAL: 0 CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Zprofile -Zmir-opt-level=0 -Ccodegen-units=1 RUSTFLAGS: "-Zprofile -Zmir-opt-level=0 -Ccodegen-units=1
......
...@@ -72,7 +72,6 @@ fn fuzz_pull_push_pull_array(x: Vec<i32>) -> TestResult { ...@@ -72,7 +72,6 @@ fn fuzz_pull_push_pull_array(x: Vec<i32>) -> TestResult {
#[cfg(feature = "ink-fuzz-tests")] #[cfg(feature = "ink-fuzz-tests")]
#[quickcheck] #[quickcheck]
fn fuzz_pull_push_pull_string(x: String) { fn fuzz_pull_push_pull_string(x: String) {
assert!(false);
ink_env::test::run_test::<ink_env::DefaultEnvironment, _>(|_| { ink_env::test::run_test::<ink_env::DefaultEnvironment, _>(|_| {
let key = ink_primitives::Key::from([0x42; 32]); let key = ink_primitives::Key::from([0x42; 32]);
let key2 = ink_primitives::Key::from([0x77; 32]); let key2 = ink_primitives::Key::from([0x77; 32]);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment