Ignore uncomplete test

This commit is contained in:
Quentin Legot 2023-03-27 22:24:46 +02:00
parent 2f986da7ae
commit c9792d1a1a

View File

@ -203,6 +203,7 @@ mod test {
use crate::{simulator::{machine::Machine, loader}, kernel::{system::System, thread::Thread, process::Process}};
#[test]
#[ignore = "Pas encore terminé, contient des bugs"]
fn test_thread_context() {
let mut machine = Machine::init_machine();
loader::load("../test.o", &mut machine, 0).expect("IO Error");