Skip to content

Commit

Permalink
server_test.rs: Reenable four tests that now seem to pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
egrimley-arm committed Dec 20, 2022
1 parent c3b7f18 commit 8c8eec7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/tests/server_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ fn fd_create() {
.unwrap();
}

//xx#[test]
#[test]
/// A client attempts to execute a non-existent file
fn basic_execute_non_existent() {
let events = vec![
Expand All @@ -174,7 +174,7 @@ fn basic_execute_non_existent() {
.unwrap();
}

//xx#[test]
#[test]
/// A client attempts to read a non-existent file
fn basic_client_read_non_existent() {
let events = vec![
Expand All @@ -193,7 +193,7 @@ fn basic_client_read_non_existent() {
.unwrap();
}

//xx#[test]
#[test]
/// A program attempts to read a non-existent file
fn basic_program_read_non_existent() {
let events = vec![
Expand Down Expand Up @@ -413,7 +413,7 @@ fn integration_private_set_intersection() {
.unwrap();
}

//xx#[test]
#[test]
/// Attempt to fetch result without enough stream data.
fn test_phase4_number_stream_accumulation_one_data_one_stream_with_attestation() {
let events = vec![
Expand Down

0 comments on commit 8c8eec7

Please sign in to comment.