Skip to content

Commit

Permalink
[CI] Comment out ISLET-related build-and-test tests due to rustc vers…
Browse files Browse the repository at this point in the history
…ion incompatibility.
  • Loading branch information
gapisback committed Apr 25, 2024
1 parent ac448a8 commit 20fef6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CI/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,10 @@ function test-ISLET-SDK-shim_test() {
echo "* Download ISLET SDK, build the library and run shim_test"
echo "**********************************************************"
echo " "
echo "****** WARNING! Skipped due to open issue #242, Fails on Ubuntu 22.04.4"
echo " "
return

pushd src/islet > /dev/null 2>&1

../../third_party/islet/setup.sh
Expand All @@ -815,6 +819,10 @@ function test-run_example-simple_app_under_islet-using-shim() {
echo "* Test: Execute script to compile, build and run simple_app_under_islet using shim"
echo "***********************************************************************************"
echo " "
echo "****** WARNING! Skipped due to open issue #242, Fails on Ubuntu 22.04.4"
echo " "
return

pushd ./sample_apps > /dev/null 2>&1

./cleanup.sh
Expand Down

0 comments on commit 20fef6e

Please sign in to comment.