diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95d98270..a4881e35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,8 @@ name: CI on: push: # Avoid duplicate builds on PRs. - branches: - - main + # branches: + # - main pull_request: permissions: diff --git a/libcnb-test/tests/integration_test.rs b/libcnb-test/tests/integration_test.rs index c50d7c5d..097f0f7e 100644 --- a/libcnb-test/tests/integration_test.rs +++ b/libcnb-test/tests/integration_test.rs @@ -479,7 +479,7 @@ fn logs_work_after_container_crashed() { #[test] #[ignore = "integration test"] -#[should_panic(expected = "Port `0' not valid")] +// #[should_panic(expected = "Port `0' not valid")] fn expose_port_invalid_port() { TestRunner::default().build( BuildConfig::new("heroku/builder:22", "tests/fixtures/procfile")